Skip to content

Commit 868fa09

Browse files
Bumping version for next data-api release (#2229)
1 parent bdf5f3c commit 868fa09

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

3+
## [v1.0.33](https://github.com/stargate/data-api/tree/v1.0.33) (2025-10-16)
4+
5+
[Full Changelog](https://github.com/stargate/data-api/compare/v1.0.32...v1.0.33)
6+
7+
**Merged pull requests:**
8+
9+
- Update datastax links for asset generation [\#2227](https://github.com/stargate/data-api/pull/2227) ([skedwards88](https://github.com/skedwards88))
10+
- Fix \#1977: Table/Collection -\> table/collection in error messages \(as per style guide\) [\#2223](https://github.com/stargate/data-api/pull/2223) ([tatu-at-datastax](https://github.com/tatu-at-datastax))
11+
- Remove jackson-bom; quarkus-bom sufficient [\#2222](https://github.com/stargate/data-api/pull/2222) ([tatu-at-datastax](https://github.com/tatu-at-datastax))
12+
- Re-do \#2215 with proper access \(update dispatch GH action version\) [\#2221](https://github.com/stargate/data-api/pull/2221) ([tatu-at-datastax](https://github.com/tatu-at-datastax))
13+
- Upgrade quarkus to 3.28.3 to get netty to 4.1.125+ [\#2219](https://github.com/stargate/data-api/pull/2219) ([amorton](https://github.com/amorton))
14+
- Update Jackson to same as what Quarkus brings in; java-uuid-gen/commons-lang3/commons-text to latest [\#2218](https://github.com/stargate/data-api/pull/2218) ([tatu-at-datastax](https://github.com/tatu-at-datastax))
15+
- Fix \#1560: validate properties for column type [\#2217](https://github.com/stargate/data-api/pull/2217) ([tatu-at-datastax](https://github.com/tatu-at-datastax))
16+
- Refactoring to prep for \#1560 [\#2216](https://github.com/stargate/data-api/pull/2216) ([tatu-at-datastax](https://github.com/tatu-at-datastax))
17+
- Add validation to missing udtType for CreateTable [\#2213](https://github.com/stargate/data-api/pull/2213) ([Yuqi-Du](https://github.com/Yuqi-Du))
18+
- Fix \#2210: update to latest ubi9 base image [\#2211](https://github.com/stargate/data-api/pull/2211) ([tatu-at-datastax](https://github.com/tatu-at-datastax))
19+
- Update dep to HCD 1.2.3 [\#2205](https://github.com/stargate/data-api/pull/2205) ([tatu-at-datastax](https://github.com/tatu-at-datastax))
20+
- Fix \#2202: remove `stargate.version` property, GH action for creating pr for update [\#2203](https://github.com/stargate/data-api/pull/2203) ([tatu-at-datastax](https://github.com/tatu-at-datastax))
21+
- Fixes \#2194: update DSE to 6.9.14 \(from 6.9.13\) [\#2201](https://github.com/stargate/data-api/pull/2201) ([tatu-at-datastax](https://github.com/tatu-at-datastax))
22+
- Bumping version for next data-api release [\#2200](https://github.com/stargate/data-api/pull/2200) ([github-actions[bot]](https://github.com/apps/github-actions))
23+
- Use Stargate v2.1.0-BETA-32 [\#2195](https://github.com/stargate/data-api/pull/2195) ([github-actions[bot]](https://github.com/apps/github-actions))
24+
- \[Tables\] insertMany ordered as true, middle faulty row should not fail the whole batch. [\#2193](https://github.com/stargate/data-api/pull/2193) ([Yuqi-Du](https://github.com/Yuqi-Du))
25+
326
## [v1.0.32](https://github.com/stargate/data-api/tree/v1.0.32) (2025-09-18)
427

528
[Full Changelog](https://github.com/stargate/data-api/compare/v1.0.31...v1.0.32)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.stargate</groupId>
55
<artifactId>sgv2-jsonapi</artifactId>
6-
<version>1.0.33-SNAPSHOT</version>
6+
<version>1.0.34-SNAPSHOT</version>
77
<properties>
88
<!-- Quarkus -->
99
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>

0 commit comments

Comments
 (0)