Skip to content

Releases: teamkeel/keel

v0.386.1

23 May 12:06
7d26cbd
Compare
Choose a tag to compare

Changelog

v0.386.0

06 May 12:06
864f06e
Compare
Choose a tag to compare

Changelog

v0.386.0-next.4

03 May 09:35
b438bb3
Compare
Choose a tag to compare
v0.386.0-next.4 Pre-release
Pre-release

Changelog

v0.386.0-next.3

30 Apr 11:03
183806e
Compare
Choose a tag to compare
v0.386.0-next.3 Pre-release
Pre-release

Changelog

  • 183806e Merge pull request #1485 from teamkeel/main
  • e2155cb fix: custom identity fields in expressions, inputs and functions (#1484)

v0.386.0-next.2

29 Apr 08:56
b587c22
Compare
Choose a tag to compare
v0.386.0-next.2 Pre-release
Pre-release

Changelog

v0.386.0-next.1

26 Apr 15:22
3c27c27
Compare
Choose a tag to compare
v0.386.0-next.1 Pre-release
Pre-release

Changelog

  • 3c27c27 Merge pull request #1481 from teamkeel/main
  • de1d914 feat: capture id token claims in identity (#1480)
  • 0f680c4 fix: slack 3rd party auth provider type (#1478)
  • 2d1d008 feat: capture profile scopes during 3rd party authentication (#1479)
  • fa0fc9e feat: add Decimal built-in type (#1464)
  • 00a17ba fix: format optional repeated fields (#1477)
  • 0fb10b1 fix: database connect timeout too short (#1476)
  • dae742a fix: snake case fields when creating via ModelAPI (#1472)
  • c333d17 feat: array fields (#1475)
  • 65a5c41 Fix: backwards pagination (#1471)
  • ae9eb86 feat: enforce maximum identifier length through validation rules (#1470)
  • 3e9a8d0 build(deps): bump tar from 6.2.0 to 6.2.1 in /packages/keel (#1468)
  • c371da8 build(deps): bump vite from 5.1.1 to 5.1.7 in /packages/testing-runtime (#1465)

v0.385.0

25 Apr 10:31
fa0fc9e
Compare
Choose a tag to compare

Features

  • Added Decimal built-in type (#1464)

Fixes

  • Fixed formatting of optional repeated fields (#1477)

v0.384.0

22 Apr 08:05
0fb10b1
Compare
Choose a tag to compare

Features

Keel now supports array fields (#1475). Please visit the v0.384.0 release notes for more.

Fixes

  • Local CLI database connect timeout too short (#1476)
  • Snake case field issue when creating via the ModelAPI (#1472)

v0.383.0

16 Apr 14:16
65a5c41
Compare
Choose a tag to compare

Improvements and fixes

  • Fix backwards pagination with before cursor (#1471)
  • Enforce maximum identifier length through validation rules (#1470)

v0.382.1

09 Apr 12:58
256ee32
Compare
Choose a tag to compare

Fixes

  • Fix ssue affecting delete actions with row based permission checks (#1466)
  • Fix dates without ms not being parsed in the test SDK (#1463)