Skip to content

Releases: castle/castle-java

castle-java v1.2.0

27 Jul 16:06
Compare
Choose a tag to compare
  • Allow creating multiple instances of the Castle SDK client.
  • Only allow TLS 1.1 or above
  • Prioritize extracting client_id from header X-Castle-Client-Id over cookies

castle-java v1.1.0

25 Jun 08:39
Compare
Choose a tag to compare
  • Allow more flexible configuration via builder in addition to ENV. Castle.configurationBuilder()
  • Fluent message builder when tracking or authenticating events. CastleMessage.builder("event_name")
  • Allow manual context building via Castle.contextBuilder()
  • Context serialization and deserialization via toJson and fromJson methods on CastleContextBuilder