Skip to content

centraldogma-0.37.0

Choose a tag to compare

@trustin trustin released this 20 Mar 10:38
02ef258

New features

  • Client
    • You can now specify an access token when building a Thrift Java client using LegacyCentralDogmaBuilder.
      CentralDogma dogma = new LegacyCentralDogmaBuilder()
          .host("dogma.example.com")
          .accessToken("appToken-********")
          .build();

Bug fixes

  • Client
    • Spring Boot integration no longer ignores the centraldogma.access-token property.
  • Server
    • The server no longer rejects a commit without a conflict when the commit's base revision is -1. Previously, you sometimes got a 409 Conflict error.

Dependencies

  • Armeria 0.81.0 -> 0.82.0
  • jGit 5.2.1 -> 5.3.0
  • No longer depends on JNR