Releases: HubSpot/jackson-jaxrs-propertyfiltering
Releases · HubSpot/jackson-jaxrs-propertyfiltering
jackson-jaxrs-propertyfiltering-0.8.7
What's Changed
- New Release: jackson-jaxrs-propertyfiltering-0.8.6 by @hs-jenkins-bot in #22
- Pin build to JDK 11 by @stevie400 in #25
- Upgrade to latest basepom by @jhaber in #28
- Delete circle and travis configs by @jhaber in #29
- Build with github actions by @jhaber in #30
New Contributors
- @stevie400 made their first contribution in #25
Full Changelog: jackson-jaxrs-propertyfiltering-0.8.6...jackson-jaxrs-propertyfiltering-0.8.7
jackson-jaxrs-propertyfiltering-0.8.6
7622ae4 fixes an NPE in RESTEasy
jackson-jaxrs-propertyfiltering-0.8.5
Includes #20 which fixes Jackson 2.10 compatibility
jackson-jaxrs-propertyfiltering-0.8.4
WARNING: This release is not compatible with Jackson 2.10, use 0.8.5 instead
Includes #17 which is a massive performance improvement
jackson-jaxrs-propertyfiltering-0.8.3
Includes #14 which supports certain use-cases where you don't want clients to need to prefix every property name manually
jackson-jaxrs-propertyfiltering-0.8.2
Added wildcard (*
) support to be able to filter inside of an object where the key is not known in advance, such as in a response to a multiget query, where the keys are the IDs of the entities that were requested.