Skip to content

Commit 4514183

Browse files
committed
chore(release): 1.0.0-alpha.41
# [1.0.0-alpha.41](v1.0.0-alpha.40...v1.0.0-alpha.41) (2023-12-19) ### Features * **pace-83:** add paging to catalog list rpcs (wip) ([e7f0cf3](e7f0cf3)) * **pace-83:** handles collibra paging ([b1ecc30](b1ecc30)) * **pace-83:** handles paging ([026ef12](026ef12)) * **pace-83:** merged with origin/alpha ([13af381](13af381)) * **pace-83:** paging for catalogs implemented ([d2ccf6d](d2ccf6d)) * **pace-83:** paging implemented in the whole codebase ([7df9157](7df9157))
1 parent 85bc598 commit 4514183

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.0.0-alpha.41](https://github.com/getstrm/pace/compare/v1.0.0-alpha.40...v1.0.0-alpha.41) (2023-12-19)
2+
3+
4+
### Features
5+
6+
* **pace-83:** add paging to catalog list rpcs (wip) ([e7f0cf3](https://github.com/getstrm/pace/commit/e7f0cf3429be5ff6826084a42dd957ce50ba6546))
7+
* **pace-83:** handles collibra paging ([b1ecc30](https://github.com/getstrm/pace/commit/b1ecc306cb3fff53a72878677f84ebf5cb572202))
8+
* **pace-83:** handles paging ([026ef12](https://github.com/getstrm/pace/commit/026ef12c726f477f7af779972f8f955e2e00de8c))
9+
* **pace-83:** merged with origin/alpha ([13af381](https://github.com/getstrm/pace/commit/13af38192dd11ad1937405e2cd4f785de13bd939))
10+
* **pace-83:** paging for catalogs implemented ([d2ccf6d](https://github.com/getstrm/pace/commit/d2ccf6d1efcd9078cd2eee7251323e0e4c00a6bb))
11+
* **pace-83:** paging implemented in the whole codebase ([7df9157](https://github.com/getstrm/pace/commit/7df91574f61d2bb938186dec205213fa6c1ccbdd))
12+
113
# [1.0.0-alpha.40](https://github.com/getstrm/pace/compare/v1.0.0-alpha.39...v1.0.0-alpha.40) (2023-12-15)
214

315

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 1.0.0-alpha.40
1+
version = 1.0.0-alpha.41
22
kotlinVersion=1.9.21
33
postgresPort=5432
44
schema=pace

protos/buf.gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins:
44
- plugin: buf.build/community/google-gnostic-openapi:v0.7.0
55
out: .
66
opt:
7-
- version=1.0.0-alpha.40
7+
- version=1.0.0-alpha.41
88
- title=PACE API
99
- enum_type=string
1010
- plugin: buf.build/community/chrusty-jsonschema:v1.4.1

0 commit comments

Comments
 (0)