This is an automated email from the ASF dual-hosted git repository.
eolivelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new efe2d3c Issue 11338: add documentation about the upgrade of Pulsar
2.8.0 (#11392)
efe2d3c is described below
commit efe2d3c0d46d43aae8bea4dd506fb6e1a031eb8c
Author: Enrico Olivelli <[email protected]>
AuthorDate: Wed Aug 11 13:51:39 2021 +0200
Issue 11338: add documentation about the upgrade of Pulsar 2.8.0 (#11392)
---
site2/website/release-notes.md | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/site2/website/release-notes.md b/site2/website/release-notes.md
index 6654956..d6c4d98 100644
--- a/site2/website/release-notes.md
+++ b/site2/website/release-notes.md
@@ -3,6 +3,18 @@
### 2.8.0 — 2021-06-12 <a id=“2.8.0”></a>
+### Update notice
+
+Due to a [breaking change in the Schema
API](https://github.com/apache/pulsar/pull/10878), it may happen that some
Pulsar Functions or Pulsar IO connectors fail to work,
+throwing an `IncompatibleClassChangeError`.
+
+In this case, you need to rebuild your Function using Apache Pulsar 2.8.0 as a
dependency and redeploy it.
+
+If you are running on Kubernetes, you can temporarily let the Functions Worker
pod run with a previous version of Pulsar
+in order to not cause downtime.
+
+For more context about this issue, see [[Pulsar Functions and IO] Cannot
upgrade Function built for Pulsar 2.7 to Pulsar
2.8](https://github.com/apache/pulsar/issues/11338).
+
#### PIPs
- [PIP 45] Pluggable metadata interface
[#9148](https://github.com/apache/pulsar/pull/9148)
[#9221](https://github.com/apache/pulsar/pull/9221)
[#9240](https://github.com/apache/pulsar/pull/9240)
[#9273](https://github.com/apache/pulsar/pull/9273)
[#9274](https://github.com/apache/pulsar/pull/9274)
[#9338](https://github.com/apache/pulsar/pull/9338)
[#9346](https://github.com/apache/pulsar/pull/9346)
[#9351](https://github.com/apache/pulsar/pull/9351)
[#9412](https://github.com/apache/pu [...]
- [PIP 50] Package management service
[#8637](https://github.com/apache/pulsar/pull/8637)
[#8680](https://github.com/apache/pulsar/pull/8680)
[#8744](https://github.com/apache/pulsar/pull/8744)
[#8764](https://github.com/apache/pulsar/pull/8764)
[#8816](https://github.com/apache/pulsar/pull/8816)
[#8817](https://github.com/apache/pulsar/pull/8817)
[#8858](https://github.com/apache/pulsar/pull/8858)
[#8861](https://github.com/apache/pulsar/pull/8861)
[#8893](https://github.com/apache/puls [...]