Alpakka 6.0.0
📣 Alpakka 6.0.0 released!
Breaking changes
MQTT Streaming needed to split constants for Quality of Service levels which requires code changes. The flags QoSAtMostOnceDelivery
, QoSAtLeastOnceDelivery
and QoSExactlyOnceDelivery
moved from ControlPacketFlags
to PublishQoSFlags
and SubscribeQoSFlags
. Depending on the context the correct set of constants must be used. See #2969
AMQP
- feat: Cross build for Scala 3 for amqp #2959 by @sebastian-alfers
Avroparquet
- feat: Cross build for Scala 3 avroparquet by @sebastian-alfers in #2960
AWS S3
- Ensure to only pass sse headers to completeMultipartUpload by @sebastian-alfers in #2956
- AWS S3: Cross build for Scala 3 #2961 by @sebastian-alfers
Cassandra
- fix: logger with proper class ref #2970 by @sebastian-alfers
- feat: Scala3 builds csv, cassandra, testkit by @sebastian-alfers in #2957
CSV
- feat: Scala3 builds csv, cassandra, testkit by @sebastian-alfers in #2957
FTP
Google Cloud connectors
- bump(google-common): jwt-spray-json 9.0.2 (was 7.1.4) by @ennru in #2951
- bump: sync Google Auth libs upgrades (1.15.0) by @ennru in #2953
- bump: Google cloud SDK/emulator 416; Pub/Sub gRPC 1.123.1 by @ennru in #2954
Google Cloud Pub/Sub gRPC
MongoDB
MQTT Streaming
- fix(mqtt-streaming): correct UNSUBACK flags #2971 by @ennru
- fix(mqtt-streaming): Separate MQTT QoS by message type #2969 by @ennru
XML
- XML: Add a contextual version of the parser for XML by @jcazevedo in #2935
Other changes
- chore: 6.0.0 license change date #2974 by @johanandren
- chore: Small changes after master to main rename of git branch #2972 by @johanandren
- chore: build plugin upgrades #2968 by @ennru
- chore: run link checking on JDK 11 #2962 by @ennru
- chore: fix license release instruction #2967 by @johanandren
- Remove external mapr.com connector #2966 by @ennru
- bump: Alpakka Kafka 4.0.2 #2964 by @johanandren
- Adding some basic development setup information. by @Daniel-Khodabakhsh in #2938
- docs(pravega): remove broken Slack link by @ennru in #2946
- build: Scala steward conventional commits by @johanandren in #2947
- bump: sbt 1.8.2, sbt-site 1.5, Akka 23.02 by @ennru in #2950
- chore: ignore broken API links by @ennru in #2952
🙇 Credits
Special thanks to the following contributors who helped with this release: @ennru, @johanandren and @sebastian-alfers
New Contributors
- @Daniel-Khodabakhsh made their first contribution in #2938
- @jcazevedo made their first contribution in #2935
- @sebastian-alfers made their first contribution in #2956
Full Changelog: v5.0.0...v6.0.0