Skip to content

Commit 055ceed

Browse files
authored
Merge pull request #9 from flowcore-io/release-please--branches--main--components--graphable
chore(main): release 1.2.3
2 parents 61b8509 + f7112c3 commit 055ceed

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.3](https://github.com/flowcore-io/graphable/compare/v1.2.2...v1.2.3) (2026-01-20)
4+
5+
6+
### Bug Fixes
7+
8+
* add /health endpoint for Kubernetes probes ([b203bdc](https://github.com/flowcore-io/graphable/commit/b203bdc47b848871237a85294b74c3599ae7be22))
9+
* enable PKCE for Keycloak OAuth to prevent invalid_grant errors ([61b8509](https://github.com/flowcore-io/graphable/commit/61b8509a6738c8bd5ab0ea42f6a6589ec5493373))
10+
11+
12+
### Reverts
13+
14+
* remove /health endpoint, use /api/health via manifest update ([9fa36a6](https://github.com/flowcore-io/graphable/commit/9fa36a6955b8f65e4f8f7d57e1549bb332f7f0ba))
15+
316
## [1.2.2](https://github.com/flowcore-io/graphable/compare/v1.2.1...v1.2.2) (2026-01-20)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphable",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)