Skip to content

Releases: SkillPanel/friendly-id

v2.0.0-beta5

10 Mar 10:59
8879623

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0-beta4...v2.0.0-beta5

v2.0.0-beta4

09 Mar 20:47

Choose a tag to compare

What's Changed

Configurable default serialization format

Both Jackson modules now support choosing the default UUID serialization format at module level:

// Jackson 3.x — serialize UUIDs as standard format by default
new FriendlyIdModule(FriendlyIdFormat.RAW)

// Jackson 2.x
new FriendlyIdJackson2Module(FriendlyIdFormat.RAW)

When using RAW, UUIDs are serialized in standard format (f088ce5b-9279-...) while deserialization still accepts both standard UUIDs and Base62 FriendlyIds. Per-field format can be overridden with @IdFormat annotation.

Default behavior (Base62) is unchanged — no breaking changes.

Bug fix

  • Fixed FriendlyIdAnnotationIntrospector (Jackson 2.x) overriding module-level default format — the introspector now only intervenes when @IdFormat annotation is explicitly present

PR

  • feat: configurable default serialization format for Jackson modules by @mariuszs in #20

Full Changelog: v2.0.0-beta3...v2.0.0-beta4

v2.0.0-beta3

21 Dec 19:01

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...v2.0.0-beta3

v2.0.0-beta2

21 Dec 17:47

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...v2.0.0-beta2

v2.0.0-beta1

21 Dec 16:19

Choose a tag to compare

v2.0.0-alpha6

21 Dec 14:09

Choose a tag to compare

What's Changed

  • feat: upgrade to Spring Boot 4.0.1 and Jackson 3 by @mariuszs in #16

Full Changelog: v2.0.0-alpha3...v2.0.0-alpha6

v2.0.0-alpha5

21 Dec 12:49

Choose a tag to compare

What's Changed

  • feat: upgrade to Spring Boot 4.0.1 and Jackson 3 by @mariuszs in #16

Full Changelog: v2.0.0-alpha3...v2.0.0-alpha5

v2.0.0-alpha3

21 Dec 12:07

Choose a tag to compare

v2.0.0-alpha2

21 Dec 11:54

Choose a tag to compare

v2.0.0-alpha1

20 Dec 21:39

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...v2.0.0-alpha1