Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. We change the message format in Kafka.
  2. We break compatibility (i.e. remove deprecated public methods after a reasonable period, and typically wait 1 year after deprecation).
  3. We make major version changes on our dependent projects or when we drop an old Java / Scala support version.
  4. We do something totally amazing (exactly once?) and decide to release as a new major version milestone.

...