Skip to content

Commit bef485b

Browse files
committed
added breaking change informatioN
1 parent 6182e02 commit bef485b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111

1212
### Change
1313
- BREAKING: Storage format for message record references has been changed. In order to migrate to the new storage format
14-
you have to download `etc/migrate-message-records-to-new-format.zip` from this repository and run it in the [Diagnose Wizard](https://github.com/mariodavid/cuba-component-runtime-diagnose/tree/de284e5cbce19bb02260b59b9dcd133f2729b0e3#diagnose-wizard).
14+
you have to download [etc/migrate-message-records-to-new-format.zip](
15+
) from this repository and run it in the [Diagnose Wizard](https://github.com/mariodavid/cuba-component-runtime-diagnose/tree/de284e5cbce19bb02260b59b9dcd133f2729b0e3#diagnose-wizard).
1516
For that to work you have to temporarily add the [runtime-diagnose](https://github.com/mariodavid/cuba-component-runtime-diagnose) app-component to your application.
1617
This script has to run once, will do the migration. After that, the app component can be removed again.
1718

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This CUBA component gives users a mailbox for user to user and system to user me
2626

2727
| Platform Version | Add-on Version |
2828
| ---------------- | -------------- |
29-
| 6.8.x | 0.1.x - 0.2.x |
29+
| 6.8.x | 0.1.x - 0.3.x |
3030

3131
The latest version is: [ ![Download](https://api.bintray.com/packages/mariodavid/cuba-components/cuba-component-user-inbox/images/download.svg) ](https://bintray.com/mariodavid/cuba-components/cuba-component-user-inbox/_latestVersion)
3232

@@ -42,6 +42,10 @@ dependencies {
4242
}
4343
```
4444

45+
### NOTE: BREAKING CHANGE in 0.3.0
46+
There is a breaking change if you update from 0.2.0 to 0.3.0. The mechanism how the record references are stored to a message
47+
changed. It can be resolved with manual action. See [CHANGELOG.md](https://github.com/mariodavid/cuba-component-user-inbox/blob/master/CHANGELOG.md) for more information.
48+
4549
### NOTE: Dependency: declarative-controllers
4650
This application component requires `declarative-controllers` as another dependency you have to add to your application.
4751

0 commit comments

Comments
 (0)