Releases: specmesh/specmesh-build
Releases · specmesh/specmesh-build
v0.8.0
What's Changed
Dependency Updates
- Bump commons-io:commons-io from 2.14.0 to 2.15.0 by @dependabot in #227
- Bump confluentVersion from 7.5.0 to 7.5.1 by @dependabot in #225
- Bump kafkaVersion from 7.5.0-ce to 7.5.1-ce by @dependabot in #224
- Bump log4jVersion from 2.20.0 to 2.21.1 by @dependabot in #231
- Bump jacksonVersion from 2.15.2 to 2.15.3 by @dependabot in #233
- Bump org.mockito:mockito-junit-jupiter from 5.5.0 to 5.6.0 by @dependabot in #230
- Bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 by @dependabot in #235
- Bump com.google.guava:guava-testlib from 32.1.2-jre to 32.1.3-jre by @dependabot in #226
- Bump com.google.protobuf:protobuf-java from 3.24.3 to 3.25.0 by @dependabot in #232
- Bump com.bmuschko.docker-remote-api from 9.3.3 to 9.3.6 by @dependabot in #229
- Bump jacksonVersion from 2.15.3 to 2.16.1 by @dependabot in #252
- Bump com.diffplug.spotless from 6.22.0 to 6.23.3 by @dependabot in #259
- Bump pl.allegro.tech.build.axion-release from 1.15.5 to 1.16.1 by @dependabot in #256
- Bump com.google.guava:guava-testlib from 32.1.3-jre to 33.0.0-jre by @dependabot in #253
- Bump log4jVersion from 2.21.1 to 2.22.1 by @dependabot in #257
- Bump kafkaVersion from 7.5.1-ce to 7.5.3-ce by @dependabot in #255
- Bump com.github.spotbugs:spotbugs-annotations from 4.8.0 to 4.8.3 by @dependabot in #260
- Bump org.mockito:mockito-junit-jupiter from 5.6.0 to 5.10.0 by @dependabot in #262
- Bump com.diffplug.spotless from 6.23.3 to 6.25.0 by @dependabot in #263
- Bump com.google.protobuf:protobuf-java from 3.25.0 to 3.25.2 by @dependabot in #265
- Bump testcontainersVersion from 1.18.3 to 1.19.4 by @dependabot in #264
Less Exciting Things
- flattening structures for use by other AsyncApi spec tools by @bluemonk3y in #222
- exposing cli as lombock builder for api use by @navery-max in #267
New Contributors
- @navery-max made their first contribution in #267
Full Changelog: v0.7.4...v0.8.0
v0.7.4
What's Changed
Less Exciting Things
- Support arm64 by @big-andy-coates in #217
Full Changelog: v0.7.3...v0.7.4
v0.7.3
What's Changed
Less Exciting Things
- fix borked flags by @bluemonk3y in #220
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
Exciting New Features 🎉
- Reduce size of cli docker image by removing tar by @big-andy-coates in #214
Less Exciting Things
- fixing default boolean operations with picocli by @bluemonk3y in #219
Full Changelog: v0.7.0...v0.7.2
v0.7.0
What's Changed
Dependency Updates
- Bump junitVersion from 5.9.3 to 5.10.0 by @dependabot in #174
- Bump com.diffplug.spotless from 6.19.0 to 6.20.0 by @dependabot in #178
- Bump com.bmuschko.docker-remote-api from 9.3.1 to 9.3.2 by @dependabot in #177
- Bump com.google.protobuf:protobuf-java from 3.23.3 to 3.23.4 by @dependabot in #182
- Bump com.google.guava:guava-testlib from 32.1.1-jre to 32.1.2-jre by @dependabot in #179
- Bump com.github.spotbugs from 5.0.14 to 5.1.0 by @dependabot in #176
- Bump pl.allegro.tech.build.axion-release from 1.15.3 to 1.15.4 by @dependabot in #181
- Bump com.google.protobuf from 0.9.3 to 0.9.4 by @dependabot in #183
- Bump confluentVersion from 7.4.0 to 7.4.1 by @dependabot in #175
- Bump confluentVersion from 7.4.1 to 7.5.0 by @dependabot in #189
- Bump org.mockito:mockito-junit-jupiter from 5.4.0 to 5.5.0 by @dependabot in #191
- Bump info.picocli:picocli from 4.7.4 to 4.7.5 by @dependabot in #196
- Bump com.github.spotbugs from 5.1.0 to 5.1.3 by @dependabot in #194
- Bump com.diffplug.spotless from 6.20.0 to 6.21.0 by @dependabot in #193
- Bump kafkaVersion from 7.4.0-ce to 7.5.0-ce by @dependabot in #192
- Bump com.google.protobuf:protobuf-java from 3.23.4 to 3.24.2 by @dependabot in #195
- Bump org.projectlombok:lombok from 1.18.28 to 1.18.30 by @dependabot in #200
- Bump com.bmuschko.docker-remote-api from 9.3.2 to 9.3.3 by @dependabot in #203
- Bump com.google.protobuf:protobuf-java from 3.24.2 to 3.24.3 by @dependabot in #206
- Bump pl.allegro.tech.build.axion-release from 1.15.4 to 1.15.5 by @dependabot in #201
- Bump commons-io:commons-io from 2.13.0 to 2.14.0 by @dependabot in #205
- Bump com.diffplug.spotless from 6.21.0 to 6.22.0 by @dependabot in #202
- Bump org.junit-pioneer:junit-pioneer from 2.0.1 to 2.1.0 by @dependabot in #204
Less Exciting Things
- #186 - support ACL perms via tags by @bluemonk3y in #197
- enhancement - #58 topic cleanup non-spec topic - part 1 by @bluemonk3y in #199
- part 3 - ACLs for unspec cleanup #58 by @bluemonk3y in #211
- #198 - support flags and default properties files by @bluemonk3y in #212
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
Less Exciting Things
- #165 - consolidate spec notations to use '.' everywhere by @bluemonk3y in #167
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
Dependency Updates
- Bump com.google.protobuf:protobuf-java from 3.23.2 to 3.23.3 by @dependabot in #158
- Bump org.mockito:mockito-junit-jupiter from 5.3.1 to 5.4.0 by @dependabot in #159
- Bump info.picocli:picocli from 4.7.3 to 4.7.4 by @dependabot in #160
- Bump com.google.guava:guava-testlib from 32.0.0-jre to 32.1.1-jre by @dependabot in #162
- Bump commons-io:commons-io from 2.12.0 to 2.13.0 by @dependabot in #161
Less Exciting Things
- support customer acl keyword conventions by @bluemonk3y in #163
- Fix typo in docs by @big-andy-coates in #164
- #165 - consolidate spec notations to use '.' everywhere by @bluemonk3y in #166
Full Changelog: v0.4.2...v0.5.0
v0.4.2
What's Changed
Less Exciting Things
- Fix docker image publish by @big-andy-coates in #154
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
Dependency Updates
- Bump jacksonVersion from 2.15.0 to 2.15.2 by @dependabot in #139
- Bump confluentVersion from 7.3.3 to 7.4.0 by @dependabot in #140
- Bump com.google.protobuf:protobuf-java from 3.22.3 to 3.23.2 by @dependabot in #147
- Bump com.diffplug.spotless from 6.18.0 to 6.19.0 by @dependabot in #144
- Bump commons-io:commons-io from 2.11.0 to 2.12.0 by @dependabot in #143
- Bump com.google.guava:guava-testlib from 31.1-jre to 32.0.0-jre by @dependabot in #148
- Bump pl.allegro.tech.build.axion-release from 1.15.0 to 1.15.3 by @dependabot in #146
- Bump testcontainersVersion from 1.18.0 to 1.18.3 by @dependabot in #142
- Bump org.projectlombok:lombok from 1.18.26 to 1.18.28 by @dependabot in #145
- Bump kafkaVersion from 7.3.3-ce to 7.4.0-ce by @dependabot in #141
Less Exciting Things
- Doc updates 3 principal by @bluemonk3y in #150
- fixing main build by @bluemonk3y in #151
- docker stuff by @bluemonk3y in #152
- Add notes to release.yml by @big-andy-coates in #153
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
Dependency Updates
- Bump confluentVersion from 7.3.1 to 7.3.2 by @dependabot in #81
- Bump com.diffplug.spotless from 6.14.1 to 6.16.0 by @dependabot in #80
- Bump pl.allegro.tech.build.axion-release from 1.14.3 to 1.14.4 by @dependabot in #74
- Bump io.github.gradle-nexus.publish-plugin from 1.1.0 to 1.2.0 by @dependabot in #75
- Bump com.google.protobuf:protobuf-java from 3.21.12 to 3.22.0 by @dependabot in #76
- Bump io.github.gradle-nexus.publish-plugin from 1.2.0 to 1.3.0 by @dependabot in #106
- Bump org.mockito:mockito-junit-jupiter from 5.1.1 to 5.2.0 by @dependabot in #103
- Bump com.diffplug.spotless from 6.16.0 to 6.18.0 by @dependabot in #108
- Bump kafkaVersion from 3.3.2 to 7.3.3-ce by @dependabot in #100
- Bump pl.allegro.tech.build.axion-release from 1.14.4 to 1.15.0 by @dependabot in #102
- Bump com.github.spotbugs from 5.0.13 to 5.0.14 by @dependabot in #101
- Bump com.google.protobuf:protobuf-java from 3.22.0 to 3.22.2 by @dependabot in #105
- Bump confluentVersion from 7.3.2 to 7.3.3 by @dependabot in #99
- Bump org.mockito:mockito-junit-jupiter from 5.2.0 to 5.3.1 by @dependabot in #120
- Bump jacksonVersion from 2.14.2 to 2.15.0 by @dependabot in #117
- Bump testcontainersVersion from 1.17.6 to 1.18.0 by @dependabot in #118
- Bump info.picocli:picocli from 4.7.1 to 4.7.3 by @dependabot in #123
- Bump junitVersion from 5.9.2 to 5.9.3 by @dependabot in #119
- Bump com.google.protobuf from 0.9.2 to 0.9.3 by @dependabot in #121
- Bump com.google.protobuf:protobuf-java from 3.22.2 to 3.22.3 by @dependabot in #116
- Bump org.junit-pioneer:junit-pioneer from 2.0.0 to 2.0.1 by @dependabot in #122
Less Exciting Things
- Export resources to a spec by @bluemonk3y in #83
- cli support - part 1 by @bluemonk3y in #87
- Include provision status as resources are provisioned by @bluemonk3y in #88
- Adding validator to check the spec by @bluemonk3y in #90
- #92 - Part 1 - use builders when provisioning topics by @bluemonk3y in #93
- Part of #92 - part 2 - use builders when provisioning ACLs by @bluemonk3y in #95
- Part of #92 - part 3 - use builders when provisioning Schemas by @bluemonk3y in #96
- bring exporter up to date with Readers by @bluemonk3y in #107
- topic resource updates (partitions and retention) #94 by @bluemonk3y in #109
- Change all specified values in the topic config by @bluemonk3y in #110
- support for schema updates and compatibility checking by @bluemonk3y in #111
- report schema breaks properly by @bluemonk3y in #112
- update acls deltas as part of #94 by @bluemonk3y in #113
- #84 - adding capability to track production and consumption by @bluemonk3y in #114
- cleanup commands so they can be dockerise properly (see #86) by @bluemonk3y in #115
- #81 - dockerise CLi commands by @bluemonk3y in #126
- docker-cli part 2 #84 by @bluemonk3y in #127
- first pass at doc tasks by @bluemonk3y in #130
- cli doc stuff by @bluemonk3y in #131
- tidyup cli doc by @bluemonk3y in #132
- more document alignment by @bluemonk3y in #133
- fixing classpath issues on slf4j by @bluemonk3y in #134
- added system properties by @bluemonk3y in #135
Full Changelog: v0.3.1...v0.4.0