Releases: rocketbase-io/commons-rest
Releases · rocketbase-io/commons-rest
1.7.0
- added obfuscated feature to improve api for jpa sequence ids to disable data grabbing
- added module commons-rest-hashids as implementation for obfuscated interface
- restructured sample project (added h2 example)
1.6.2
- upgrade spring-boot 2.1.7
- moved converter to api in order to implement interface outside the commons-server dependency (for example model module)
1.6.1
added errorpage module for nicer whitelabel error pages ;)
1.6.0
- removed custom pageableRequest
- upgraded to spring-boot 2.1.5
- improved LocaleResolver
1.5.0
- changed api of Translation
- working now with languageTag
- containing not only language also region + variation
- improved nulls
- opened some methods in abstract resources
1.4.2
- spring-boot 2.1.4
- replaced PageableRequest by spring's Pageable
- added Translation shortcuts
- added Nulls Util for nullchecks with fallbacks
1.4.1
fixed @ConditionalOnMissingBean
1.4.0
- upgraded to spring-boot 2.1.2
- switched to spring-boot-auto-configuration so that @componentscan(basePackages = {"io.rocketbase"}) is not required anymore
1.3.1
- upgraded to spring-boot 2.1.0
- added createUriComponentsBuilder to BaseRestResource
1.3.0
- removed objectMapper from resources and changed to ParameterizedTypeReference
- getById returns Optional instead of null object