Skip to content

Registry 1.0.0 RC1 Release

Compare
Choose a tag to compare
@gcsaba2 gcsaba2 released this 03 Oct 16:48
· 19 commits to master since this release
f7d1995

This is a major release which includes changes that have been developed since the last release almost two years ago.

What's Changed

  • MINOR: Upgrade jackson-databind to v2.9.8 to fix the below CVEs. by @kamalcph in #542
  • MINOR : Doc for running schema registry behind a load balancer by @raju-saravanan in #546
  • ISSUE 555 : Expose an option to disable canonical check while adding a new schema version by @raju-saravanan in #556
  • MINOR : Update nexus repo url by @raju-saravanan in #562
  • ISSUE 560 : Cursor leaks while using Schema Registry against Oracle by @raju-saravanan in #561
  • ISSUE:569: Support Kerberos credentials based Basic Authentication by @guruchai in #567
  • ISSUE 574 : Fix the issue while re-creating a deleted schema by @raju-saravanan in #577
  • ISSUE 575 : Add migration to enable editing of schema post upgrade to 0.7 by @raju-saravanan in #580
  • ISSUE 582 : Using OpenJDK intstead of OracleJDK for Travis builds by @raju-saravanan in #583
  • ISSUE 568 : Synchronize Kerberos ticket renewal for non-renewable ticket by @raju-saravanan in #581
  • MINOR : NPE when logging is enabled to debug mode by @guruchai in #585
  • Issue 578: Find schema version by fingerprint of schema text. by @joaopedroantonio in #579
  • ISSUE-548: Make compatible with Avro 1.9.0 by @ivangreene in #547
  • ISSUE-586: KerberosBasicAuthenticationHandler should validate Authorization before processing by @guruchai in #587
  • ISSUE 590 : Update release-sign-artifacts maven profile to generate javadocs and sources by @raju-saravanan in #591
  • ISSUE-592: Security changes to enable Trusted Proxy in SPNEGO authentication by @guruchai in #589
  • ISSUE-596: Fixed the Bootstrap script error on passing "drop-create" option. by @kamalcph in #597
  • ISSUE-598: Fix SR to run on Java 11 by @kamalcph in #599
  • [CSP-528] Replace license headers in SR source files by @csengevirag in #595
  • ISSUE 588 - Support for Oracle TLS configs in Storage layer by @raju-saravanan in #593
  • ISSUE-603: Minor: Registry is failing to parse the doAs user by @guruchai in #604
  • ISSUE 605: Bump up the Avro version to 1.9.1 by @raju-saravanan in #606
  • ISSUE 607 : Schema Registry UI hangs occasionally on first use by @joylyn in #602
  • ISSUE 608 : Support one way SSL in schema registry client. by @raju-saravanan in #609
  • ISSUE-610: Provide JAAS config dynamically via config #610 by @guruchai in #611
  • Bump up version to 0.8.1-SNAPSHOT by @raju-saravanan in #618
  • ISSUE-624 : Give executable permissions to all registry scripts by @suminb in #616
  • ISSUE-627: Remediate Security Vulnerabilities. by @kamalcph in #628
  • Download Kafka from a different server by @suminb in #625
  • ISSUE-637 : KafkaAvroSerializer fails when schema.compatibility is specified in client configuration by @heritamas in #635
  • ISSUE-633 : Fix error when creating a schema with field that is nullable but with default value by @raju-saravanan in #636
  • ISSUE-631 : Schema Registry numeric properties cannot be set via a property file by @heritamas in #629
  • CSP-768: Change the SR Client auth properties name by @guruchai in #652
  • ISSUE-653 : Fix NPE while deleting schema metadata with no schema versions by @raju-saravanan in #654
  • CSP-812: Accept yaml config file as script argument in bootstrap scripts by @akatona84 in #643
  • ISSUE-656: Delete schema metadata when invalid schema is added by @joylyn in #657
  • ISSUE-661: SchemaRegistry file upload endpoint does not return a json by @guruchai in #662
  • MINOR: possibility to include mysql-connector jar in final tar.gz by @akatona84 in #668
  • ISSUE-640 : Fix URL failover mechanism in Schema Registry Client by @raju-saravanan in #664
  • ISSUE-670: UI gives exception and blocks when adding incorrect schema by @joylyn in #671
  • ISSUE-594: Schema registry ranger plugin by @vomoshkovskyi in #650
  • MINOR: sh compatible conditions by @akatona84 in #682
  • ISSUE-685: Updates related to removing of none-sb and none-sv resources by @vomoshkovskyi in #684
  • ISSUE-687 : Upgrade to Curator 4.2.0 and Upgrade to Guava 28.1 by @in-park in #686
  • CSP-825 Schema Registry Kerberized HDFS and Cloud Storage Support by @benyoka in #675
  • MINOR: Compile issue fix by @akatona84 in #689
  • MINOR : Refactor service principal configuration by @raju-saravanan in #688
  • ISSUE-680 : getLatestSchemaVersion should return the latest enabled schema by @raju-saravanan in #681
  • ISSUE-692: Upgrade Jetty to 9.4.26.v20200117 by @viktorsomogyi in #693
  • ISSUE-690: Allow users to disble server side caching by @raju-saravanan in #691
  • ISSUE-696: maven central repo uses https, setting assembly plugin version by @akatona84 in #695
  • upgraded node and npm version for maven build by @joylyn in #698
  • MINOR: removing older duplicated eclipse.jetty.version property by @akatona84 in #701
  • ISSUE-705: Revert the Jetty version overrides by @viktorsomogyi in #706
  • ISSUE-707: Upgrade to Dropwizard 1.3.22 by @viktorsomogyi in #708
  • ISSUE-757: Move internal changes to the public repo by @gcsaba2 in #759

New Contributors

Full Changelog: v0.6.0...1.0.0-rc1