Skip to content

Releases: SkillPanel/friendly-id

v2.0.0-beta5

Choose a tag to compare

@github-actions github-actions released this 10 Mar 10:59
8879623

What's Changed

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

v2.0.0-beta4

Choose a tag to compare

@github-actions github-actions released this 09 Mar 20:47

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

Choose a tag to compare

@github-actions github-actions released this 21 Dec 19:01

What's Changed

New Contributors

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

v2.0.0-beta2

Choose a tag to compare

@github-actions github-actions released this 21 Dec 17:47

What's Changed

New Contributors

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

v2.0.0-beta1

Choose a tag to compare

@github-actions github-actions released this 21 Dec 16:19

v2.0.0-alpha6

Choose a tag to compare

@github-actions github-actions released this 21 Dec 14:09

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

Choose a tag to compare

@github-actions github-actions released this 21 Dec 12:49

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

Choose a tag to compare

@github-actions github-actions released this 21 Dec 12:07

v2.0.0-alpha2

Choose a tag to compare

@github-actions github-actions released this 21 Dec 11:54

v2.0.0-alpha1

Choose a tag to compare

@github-actions github-actions released this 20 Dec 21:39

What's Changed

New Contributors

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