Skip to content

Commit 133d58a

Browse files
Adding a note about upcoming ABI changes
1 parent 84d6bed commit 133d58a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

MIGRATING.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Migrating to guardrail-core 0.76.0-SNAPSHOT
2+
===========================================
3+
4+
[#1785](https://github.com/guardrail-dev/guardrail/pull/1785) de-generalized Client/Server/Protocol generators. This should make it easier to write and maintain new modules, but it involves some pretty significant breaking changes. For those who need assistance upgrading internal or non-standard modules, please reach out to [![Matrix chat](https://img.shields.io/matrix/guardrail:matrix.org.svg?label=matrix&server_fqdn=matrix.org)](https://matrix.to/#/#guardrail:matrix.org) for community support, or [devon@guardrail.dev](mailto:devon@guardrail.dev) for corporate assistance.
5+
6+
Please be warned if you intend to upgrade that you align your dependencies to avoid ABI incompatibilities, see the list below:
7+
8+
```
9+
guardrail-core / version
10+
0.75.3-SNAPSHOT
11+
guardrail-scala-support / version
12+
0.75.3-SNAPSHOT
13+
guardrail-scala-http4s / version
14+
0.76.1-SNAPSHOT
15+
guardrail-scala-akka-http / version
16+
0.76.0-SNAPSHOT
17+
```
18+
119
Migrating to guardrail-core 0.71.0
220
==================================
321

0 commit comments

Comments
 (0)