Skip to content

Releases: rocketbase-io/commons-rest

1.11.2

12 Dec 22:04
Compare
Choose a tag to compare
  • upgraded spring-boot 2.2.2, bulma 0.8.0
  • added root locale in LocaleFilter.findClosest
  • added getBaseUrl of HttpServletRequest to UrlParts

1.11.1

05 Dec 08:50
Compare
Choose a tag to compare
  • added missing autoconfiguration for ObuscatedIdDeserializer

1.11.0

05 Dec 07:24
Compare
Choose a tag to compare
  • fixed ObfuscatedId derserializer
    • now managed within spring-context via @JsonComponent
    • ObfuscatedId also now holds after deserialization the internal id
  • changed siganture within Nulls for Consumer + Function

1.10.2

20 Nov 07:58
Compare
Choose a tag to compare
  • upgraded spring-boot 2.2.1
  • added more Nulls helpers

1.10.1

08 Nov 09:37
Compare
Choose a tag to compare
  • improved logging-aspect to integrate easily within spring-webflux
  • added sample to readme

1.10.0

08 Nov 09:37
Compare
Choose a tag to compare
  • added timeUtil
  • QueryParamParser can now alos parse Strings
  • added support for list of enums within Parser + Builder
  • improved logging-aspect
    • now works with also GetMapper, PostMapper etc.
    • improved configuration and added options

1.9.1

26 Oct 11:33
Compare
Choose a tag to compare
  • moved queryParsers to api within static QueryParamParser
  • added QueryParamBuilder in api to build simpler uri's to query
  • added enum + instant to parser + builder

1.9.0

26 Oct 06:12
Compare
Choose a tag to compare
  • upgraded to spring-boot 2.2.0

1.8.1

16 Oct 07:13
Compare
Choose a tag to compare
  • upgraded spring-boot 2.1.9
  • added LocaleFilter to provide a simple way to fit best locale value of a map
  • improved by this way the logic of Translation (search after exact match by language...)

1.8.0

10 Sep 13:02
Compare
Choose a tag to compare
  • introduced new module logging-aspect
    • aspect thats wraps around RequestMapping and custom Loggable annotation
    • tracks duration, input, output and exceptions
    • can control level of logging etc.
  • upgraded to spring-boot 2.1.8