Skip to content

Commit

Permalink
Adding a note about upcoming ABI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
blast-hardcheese committed Dec 3, 2023
1 parent 84d6bed commit 133d58a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions MIGRATING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Migrating to guardrail-core 0.76.0-SNAPSHOT
===========================================

[#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 [[email protected]](mailto:[email protected]) for corporate assistance.

Please be warned if you intend to upgrade that you align your dependencies to avoid ABI incompatibilities, see the list below:

```
guardrail-core / version
0.75.3-SNAPSHOT
guardrail-scala-support / version
0.75.3-SNAPSHOT
guardrail-scala-http4s / version
0.76.1-SNAPSHOT
guardrail-scala-akka-http / version
0.76.0-SNAPSHOT
```

Migrating to guardrail-core 0.71.0
==================================

Expand Down

0 comments on commit 133d58a

Please sign in to comment.