Skip to content

Commit d67318c

Browse files
authored
Merge pull request #73 from amazon-mq/rabbitmq-queue-migration-1.1.0
rabbitmq-queue-migration 1.1.0
2 parents 9fdd24d + 2376b9e commit d67318c

3 files changed

Lines changed: 23 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/amazon-mq/rabbitmq-queue-migration/tree/1.1.0) (2026-06-08)
4+
5+
[Full Changelog](https://github.com/amazon-mq/rabbitmq-queue-migration/compare/1.0.6...1.1.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Review all documentation for technical correctness [\#72](https://github.com/amazon-mq/rabbitmq-queue-migration/pull/72) ([lukebakken](https://github.com/lukebakken))
10+
- Make plugin table init asynchronous; never abort RabbitMQ broker boot [\#70](https://github.com/amazon-mq/rabbitmq-queue-migration/pull/70) ([lukebakken](https://github.com/lukebakken))
11+
12+
**Closed issues:**
13+
14+
- Do not start plugin in Khepri environments. [\#60](https://github.com/amazon-mq/rabbitmq-queue-migration/issues/60)
15+
16+
**Merged pull requests:**
17+
18+
- Bump the maven group across 1 directory with 5 updates [\#68](https://github.com/amazon-mq/rabbitmq-queue-migration/pull/68) ([dependabot[bot]](https://github.com/apps/dependabot))
19+
- Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group [\#67](https://github.com/amazon-mq/rabbitmq-queue-migration/pull/67) ([dependabot[bot]](https://github.com/apps/dependabot))
20+
321
## [1.0.6](https://github.com/amazon-mq/rabbitmq-queue-migration/tree/1.0.6) (2026-05-19)
422

523
[Full Changelog](https://github.com/amazon-mq/rabbitmq-queue-migration/compare/1.0.5...1.0.6)
@@ -11,13 +29,14 @@
1129

1230
**Merged pull requests:**
1331

14-
- Do not set default queue type after migration [\#64](https://github.com/amazon-mq/rabbitmq-queue-migration/pull/64) ([lukebakken](https://github.com/lukebakken))
15-
- Use `PROJECT_VERSION` [\#62](https://github.com/amazon-mq/rabbitmq-queue-migration/pull/62) ([lukebakken](https://github.com/lukebakken))
1632
- docs: Add prominent Mnesia-only compatibility notice [\#59](https://github.com/amazon-mq/rabbitmq-queue-migration/pull/59) ([sauravonwww](https://github.com/sauravonwww))
1733
- Bump the maven group in /test/integration with 2 updates [\#58](https://github.com/amazon-mq/rabbitmq-queue-migration/pull/58) ([dependabot[bot]](https://github.com/apps/dependabot))
1834
- Document OSS RabbitMQ 3.13.7 known issues [\#57](https://github.com/amazon-mq/rabbitmq-queue-migration/pull/57) ([lukebakken](https://github.com/lukebakken))
1935
- Bump the github-actions group across 1 directory with 3 updates [\#56](https://github.com/amazon-mq/rabbitmq-queue-migration/pull/56) ([dependabot[bot]](https://github.com/apps/dependabot))
2036
- Bump com.rabbitmq:amqp-client from 5.29.0 to 5.30.0 in /test/integration [\#55](https://github.com/amazon-mq/rabbitmq-queue-migration/pull/55) ([dependabot[bot]](https://github.com/apps/dependabot))
37+
- rabbitmq-queue-migration 1.0.6 [\#65](https://github.com/amazon-mq/rabbitmq-queue-migration/pull/65) ([lukebakken](https://github.com/lukebakken))
38+
- Do not set default queue type after migration [\#64](https://github.com/amazon-mq/rabbitmq-queue-migration/pull/64) ([lukebakken](https://github.com/lukebakken))
39+
- Use `PROJECT_VERSION` [\#62](https://github.com/amazon-mq/rabbitmq-queue-migration/pull/62) ([lukebakken](https://github.com/lukebakken))
2140

2241
## [1.0.5](https://github.com/amazon-mq/rabbitmq-queue-migration/tree/1.0.5) (2026-04-02)
2342

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PROJECT = rabbitmq_queue_migration
22
PROJECT_DESCRIPTION = RabbitMQ Queue Migration
33
PROJECT_MOD = rqm_app
4-
PROJECT_VERSION = 1.0.6
4+
PROJECT_VERSION = 1.1.0
55

66
define PROJECT_APP_EXTRA_KEYS
77
{broker_version_requirements, []}

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ github_changelog_generator --future-release "$VER" --user amazon-mq --project ra
1010
1111
# Optional - remove last line of CHANGELOG.md
1212
13-
git add CHANGELOG.md
13+
git add Makefile CHANGELOG.md
1414
git commit -a -m "rabbitmq-queue-migration $VER"
1515
git push -u origin "rabbitmq-queue-migration-$VER"
1616
gh pr create --fill

0 commit comments

Comments
 (0)