Releases: teamkeel/cli
Releases · teamkeel/cli
v0.378.0
Changelog
- 7237eca1 chore: keelconfig includes auth section on keel init (#1382)
- 54f43e0b chore: setup keel console auth providers (#1380)
- dc593e4e feat: custom error logging in console (#1381)
- c36549fe feat: password grant (#1385)
- a44cd802 fix: create action validation for optional input on required field (#1379)
- 32524048 fix: error filtering for local console (#1384)
- 5d719b9d fix: support x-www-form-urlencoded request data on json api (#1383)
- 991dfe7b refactor: improved api section in makeproto plus tests (#1386)
v0.377.1
v0.376.0
Changelog
- a29996ad build: option to perform dry run database migration (#1353)
- 49297e36 build: tracing endpoints on the cli rpc api (#1364)
- e5ebf668 chore: client runtime testing (#1360)
- f44535e6 chore: keel client code generation tests (#1357)
- 9012cab0 chore: remove additionalProperties for isAny type in jsonschema (#1358)
- f2605997 chore: set title on oneOf properties in the jsonschema (#1362)
- 1210b49e chore: update any type in jsonschema to use anyOf (#1355)
- d27558eb feat: live console support (#1359)
- 8d74b97f fix: getschemaactive returning null (#1363)
- 272b9954 fix: pageInfo typing in typescript client (#1361)
- 3de64612 fix: token and revoke endpoints support application json content (#1354)
v0.375.1
Changelog
- 6f6b53e7 chore: update openapi jsonschema to group any messages with equals, notEquals and oneOf fields (#1352)
- 8130a2f5 fix: permissions for functions (#1351)
- eaf8ebcf fix: update action unique input in with only (#1350)
- 0648acb3 perf: increase pg pool connection idle timeout (#1349)
v0.375.0
Changelog
- 5a4004f5 Merge pull request #1323 from teamkeel/permissions-backlinks
- 347a7735 Merge pull request #1324 from teamkeel/init-error-handling
- 6801333d Merge pull request #1325 from teamkeel/update-js-otel-libs
- 8682a7ec Merge pull request #1326 from teamkeel/update-string-id-json-schema
- ed1bb59c build(deps): bump docker to 24.0.7 (#1332)
- c82e7843 build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#1331)
- 647fb900 build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#1342)
- e2b5588e build(deps): bump golang.org/x/net from 0.16.0 to 0.17.0 (#1330)
- 173510c4 build(deps): bump google.golang.org/grpc from 1.54.0 to 1.56.3 (#1328)
- 366d087a build(deps): bump postcss from 8.4.21 to 8.4.32 in testing-runtime (#1333)
- c4e2abff build(deps): bump semver in /packages/testing-runtime (#1334)
- ddb6ad2a build(deps): bump vite from 4.0.4 to 5.0.10 in /packages/testing-runtime (#1337)
- 6426d984 build(deps): bump vite from 4.0.4 to 5.0.11 in /packages/testing-runtime (#1348)
- 0bba1c2a build(deps-dev): bump postcss from 8.4.21 to 8.4.32 in /packages/wasm (#1335)
- 151b73a4 build(deps-dev): bump postcss in /packages/functions-runtime (#1336)
- 89f62163 build: add support for identity backlinks to permissions package
- ccdc6389 build: update go otel dependencies (#1341)
- b4ceddf5 build: updated node package dependencies (#1340)
- 18a0d1a0 chore: fix properties validation for oneOf
- b55b8a91 chore: remove type from oneOf property as this breaks ui
- 698d65e0 chore: update functions-runtime otel packags
- c585a99f feat: set oneOf json schema property for id and string messages
- 5a9e796b fix: capitalised asc and desc error in modelapi (#1345)
- 7cbddacb fix: empty strings being parsed into invalid dates by client js (#1344)
- d9688ebd fix: handling of ctrl+c aborting during init command
- 5abf28d2 fix: improved scaffolding for custom functions (#1343)
- 2cd806d6 fix: keel test broken (#1346)
- acca04f1 fix: remove token from traces (#1327)
- f27a753f perf: smarter transactions and authorization for built-in actions (#1347)
v0.374.0
Changelog
- 4848910e Merge pull request #1311 from teamkeel/cli-init
- 572ccb84 Merge pull request #1317 from teamkeel/rename-client-secret-name
- 10a90c48 Merge pull request #1318 from teamkeel/model-api-types-fix
- 6dff0fbe Merge pull request #1319 from teamkeel/functions-nested-create
- 65494a14 Merge pull request #1320 from teamkeel/schema-tests
- a5e06b8c Merge pull request #1321 from teamkeel/validation-messages
- 566acda5 Merge pull request #1322 from teamkeel/graphql-integration
- 825a424e build: better validation for messages
- 8b80ee39 chore: fix flakey test and make tests less noisy
- 22de0187 feat: new init cli command
- 3e378aff feat: support nested create in functions
- 05ee73c1 fix: bug with permissions in graphql
- bb37c93e fix: renaming the client secret name
- 661920c0 fix: types for model API with compound unique and findOne
- 718502a4 test: refactor schema tests
v0.373.1
Changelog
- 635c3df5 Merge pull request #1303 from teamkeel/codegen-tidy
- dc800e9a Merge pull request #1304 from teamkeel/functions-http
- 9905c87c Merge pull request #1306 from teamkeel/typescript-5.3.2
- 481f2a80 chore: add oidc provider method (#1301)
- b9358099 chore: refactor some of the sdk codegen for functions
- dd2febfc chore: upgrade typescript dependency to 5.3.2
- 2cad547c feat: google, facebook and gitlab support & providers endpoints (#1309)
- b40b25c6 feat: mutable id field (#1313)
- 5845350d feat: sso login authentication flow (#1305)
- 5ffa9178 feat: support setting http response status in functions
- 7c9e2cf4 fix: auth client secrets as keel secrets (#1310)
- 04b182fb fix: client input/response types for Any (#1312)
- af48f72f fix: client-react-query support for react-query v5 (#1302)
- ce924f46 fix: forgot to update lockfiles (#1316)
- af5e603b fix: make install to include client sdk packages (#1314)
- 3e5638c7 fix: package.json dependencies for client sdks (#1315)
v0.372.0
Changelog
- d21ba7db Merge pull request #1290 from teamkeel/update-vitest
- 569b8ba4 Merge pull request #1292 from teamkeel/ke-1247-primary-key-fields-arent-marked-as-unique-in-the-proto
- 3ab33779 Merge pull request #1293 from teamkeel/query-builder-find-one-fix
- 0735a114 Merge pull request #1295 from teamkeel/permission-validation
- ddd106a8 Merge pull request #1300 from teamkeel/proto-env-var-secrets-fix
- da5b86cb chore: refactor function tests and fix bugs (#1299)
- 4dc64adb chore: update vitest
- e75a27ca feat: keelconfig auth configuration (#1296)
- 46112212 feat: refresh token rotation configuration & github and facebook providers (#1298)
- 7fc95ded feat: refresh tokens, refresh grant & rotation (#1294)
- e7d9eabc feat: token endpoint and id token authentication (#1288)
- c3da3b5b fix: don't add unique constraint to primary key fields
- 71a951d1 fix: dont duplicate env var and secret names in proto
- 269ff406 fix: id token verification performs client id check (#1297)
- 9afc2e16 fix: improve @Permission attribute validation
- 3d7e1d38 fix: return record or null from findOne method in QueryBuilder
- 552bb8e7 fix: set unique to true for primary key fields in the proto.schema
v0.371.1
v0.371.0
Changelog
- c18f8df1 feat: support human readable schedule expressions and better validation (#1286)
- 8ff92d0c fix: display full output path when generating a client with an output dir flag (#1285)
- 5f40a462 fix: increase cli database wait, improve messaging (#1283)
- bad329e1 fix: named inputs as lhs expression operand (#1287)
- 42f74710 fix: npm publish not versioning correctly (#1281)
- 460cd1d2 fix: permission issue on create actions and improved permission performance (#1284)
- f501d7c9 fix: readme docs links (#1282)
- a3406f1d fix: validation for unsupported job input types (#1289)