Releases: HubSpot/hubspot-immutables
Releases · HubSpot/hubspot-immutables
hubspot-immutables-1.10.0
What's Changed
- New Release: hubspot-immutables-1.9 by @hs-jenkins-bot in #61
- upgrade basepom to 60 by @jaredstehler in #62
- bump basepom to 61.2 by @jaredstehler in #63
- add semver patch to version by @jaredstehler in #64
Full Changelog: hubspot-immutables-1.9...hubspot-immutables-1.10.0
hubspot-immutables-1.9
What's Changed
- New Release: hubspot-immutables-1.8 by @hs-jenkins-bot in #58
- bump basepom to 59.11 by @jaredstehler in #59
- Set redactedMask in HubSpotStyle, HubSpotModifiableStyle, and, HubSpotImmutableStyle by @drucci in #60
New Contributors
Full Changelog: hubspot-immutables-1.8...hubspot-immutables-1.9
hubspot-immutables-1.8
What's Changed
- Ensure that HubSpot style will pass rosetta annotations into Immutables by @suruuK in #55
- New Release: hubspot-immutables-1.7 by @hs-jenkins-bot in #57
New Contributors
Full Changelog: hubspot-immutables-1.7...hubspot-immutables-1.8
hubspot-immutables-1.7
What's Changed
- bump basepom to 59.8 by @jaredstehler in #51
- bump basepom to 59.9 by @jaredstehler in #52
- Initialize collections to null to ensure default value is used by @zklapow in #53
Full Changelog: hubspot-immutables-1.6...hubspot-immutables-1.7
hubspot-immutables-1.6
What's Changed
- New Release: hubspot-immutables-1.5 by @hs-jenkins-bot in #45
- upgrade basepom, apply prettier formatting by @jaredstehler in #44
- Add WireSafeEnum encoding support by @kmclarnon in #43
- Fix hubspot-immutables build by @kmclarnon in #48
New Contributors
- @jaredstehler made their first contribution in #44
Full Changelog: hubspot-immutables-1.5...hubspot-immutables-1.6
hubspot-immutables-1.5
What's Changed
- New Release: hubspot-immutables-1.4 by @hs-jenkins-bot in #38
- Fix encoding default init by @zklapow in #37
- Add KeyDeserializer to WireSafeEnum by @jhaber in #39
- Use Strings#lenientFormat in ImmutableConditions by @stevie400 in #40
Full Changelog: hubspot-immutables-1.4...hubspot-immutables-1.5
hubspot-immutables-1.4
What's Changed
- Handle enum subtypes in WireSafeEnum by @kmclarnon in #23
- Use @FormatMethod in ImmutableConditions by @stevie400 in #24
- Fix typo in WireSafeEnum by @kontheocharis in #26
- Support @JsonCreator by @kmclarnon in #28
- Pin build to JDK 11 by @stevie400 in #29
- Add @ImmutableInherited meta-annotation by @stevie400 in #30
- Fix retention of ImmutableInherited by @stevie400 in #31
- Deprecate asEnumOrThrow by @jhaber in #34
- Readme: mention explicitly the required annotation by @ndimiduk in #35
- Add brief javadoc on these styles by @zklapow in #36
New Contributors
- @kontheocharis made their first contribution in #26
- @ndimiduk made their first contribution in #35
Full Changelog: hubspot-immutables-1.3...hubspot-immutables-1.4
hubspot-immutables-1.3
What's Changed
- Rename folders to match module names by @stevegutz in #7
- Fix things for better JDK 11 compatibility by @stevegutz in #9
- Add HubSpotModifiableStyle by @zklapow in #11
- Add proof of concept WireSafeEnum utility by @jhaber in #13
- Add an asEnumOrThrow method by @Xcelled in #14
- Add nonnull annotation to checkNotNull by @Xcelled in #15
- Add ImmutableConditions#checkNotEmpty by @stevegutz in #16
- Enable immutable encodings for List and Set by @zklapow in #10
- Add immutable style which enables immutable collections by @zklapow in #19
- Update README.md by @marcob in #20
- Fix encoding version by @kmclarnon in #21
New Contributors
- @stevegutz made their first contribution in #7
- @zklapow made their first contribution in #11
- @jhaber made their first contribution in #13
- @Xcelled made their first contribution in #14
- @marcob made their first contribution in #20
- @kmclarnon made their first contribution in #21
Full Changelog: v1.2...hubspot-immutables-1.3
Moved style to styles
Fix more package conflicts on internal builds.
Rearrange Exceptions
Moved the exceptions to avoid collisions with other exceptions we have created in the past.