Skip to content

Releases: balena-io/open-balena

v4.0.48

19 Jun 17:58
1a9d7fa
Compare
Choose a tag to compare

Update balena/open-balena-api Docker tag to v25.1.3

Notable changes

  • Update sentry to 8.x [Pagan Gazzard]
balena-io/open-balena-api (balena/open-balena-api)

v25.1.3

Compare Source

9d09160 (Update sentry to 8.x, 2024-06-19)

v25.1.3

Compare Source

  • Update sentry to 8.x [Pagan Gazzard]

List of commits

e742df4 (Update balena/open-balena-api Docker tag to v25.1.3, 2024-06-19)

v4.0.47

19 Jun 13:58
742d19d
Compare
Choose a tag to compare

Update balena/open-balena-api Docker tag to v25.1.2

Notable changes

  • Update dependencies [Pagan Gazzard]
    • Add dev model typings [Pagan Gazzard]
    • Add migration model typings [Pagan Gazzard]
    • Add auth model typings [Pagan Gazzard]
    • Switch API typings to an interface so it can be overridden/merged [Pagan Gazzard]
    • Improve result typing for POSTRUN/PRERESPOND hooks [Pagan Gazzard]
    • Avoid duplicate types when using sbvr-compiler to generate model types [Pagan Gazzard]
    • Switch from Object.prototype.hasOwnProperty.call to Object.hasOwn [Pagan Gazzard]
balena-io/open-balena-api (balena/open-balena-api)

v25.1.2

Compare Source

886b755 (Update dependencies, 2024-06-19)

v25.1.2

Compare Source

Update dependencies [Pagan Gazzard]

pinejs-17.1.0 - 2024-06-19

  • Add dev model typings [Pagan Gazzard]
  • Add migration model typings [Pagan Gazzard]
  • Add auth model typings [Pagan Gazzard]
  • Switch API typings to an interface so it can be overridden/merged [Pagan Gazzard]
Allow passing model typings when instantiating an internal pinejs client [Pagan Gazzard]

abstract-sql-compiler-9.2.0 - 2024-06-12

  • Adds EndsWithNode and ContainsNode typings [Pagan Gazzard]

pinejs-client-js-6.15.1 - 2024-06-17

  • Correctly type the POST result as being fully deferred [Pagan Gazzard]

pinejs-client-js-6.15.0 - 2024-06-14

  • Add support for using model specific typings [Pagan Gazzard]

pinejs-client-js-6.14.13 - 2024-06-12

  • Deprecate passing url to helper functions [Pagan Gazzard]

pinejs-client-js-6.14.12 - 2024-06-12

  • Type upsert and getOrCreate as not accepting a url [Pagan Gazzard]

pinejs-client-js-6.14.11 - 2024-06-11

  • Include comments in generated output so that jsdoc is available [Pagan Gazzard]

pinejs-client-js-6.14.10 - 2024-06-11

  • Tests: improve typing of tests [Pagan Gazzard]

pinejs-client-js-6.14.9 - 2024-06-10

  • Add $filter to nested $count typings [Pagan Gazzard]

pinejs-client-js-6.14.8 - 2024-06-10

  • Tests: remove unnecessary/unintended returns [Pagan Gazzard]

pinejs-client-js-6.14.7 - 2024-06-06

  • Fix using top level $count downstream [Pagan Gazzard]

sbvr-types-7.1.3 - 2024-06-12

  • Add typings for all abstract sql fragments, fixing where necessary [Pagan Gazzard]

sbvr-types-7.1.2 - 2024-06-12

  • Explicitly type the compare function for hashed [Pagan Gazzard]

pinejs-17.0.3 - 2024-06-18

  • Improve result typing for POSTRUN/PRERESPOND hooks [Pagan Gazzard]

pinejs-17.0.2 - 2024-06-14

  • Avoid duplicate types when using sbvr-compiler to generate model types [Pagan Gazzard]

pinejs-17.0.1 - 2024-06-13

  • Switch from Object.prototype.hasOwnProperty.call to Object.hasOwn [Pagan Gazzard]

List of commits

252398e (Update balena/open-balena-api Docker tag to v25.1.2, 2024-06-19)

v4.0.46

18 Jun 08:59
008a06f
Compare
Choose a tag to compare

Update balena/open-balena-api Docker tag to v25.1.1

Notable changes

  • Fix refresh-token including additional jwt properties [Thodoris Greasidis]
balena-io/open-balena-api (balena/open-balena-api)

v25.1.1

Compare Source

42a4083 (Fix refresh-token including additional jwt properties, 2024-06-13)

v25.1.1

Compare Source

  • Fix refresh-token including additional jwt properties [Thodoris Greasidis]

List of commits

25e2346 (Update balena/open-balena-api Docker tag to v25.1.1, 2024-06-18)

v4.0.45

18 Jun 03:57
aad05c9
Compare
Choose a tag to compare

6dd753b (Update aws-actions/configure-aws-credentials digest to 61a1105, 2024-06-18)

v4.0.44

17 Jun 17:01
bd504f6
Compare
Choose a tag to compare

Update balena/open-balena-api Docker tag to v25.1.0

Notable changes

  • is_pinned_on__release: Add migration to sync 'is pinned on-release' with 'should be running-release' in device table [Andrea Rosci]
balena-io/open-balena-api (balena/open-balena-api)

v25.1.0

Compare Source

b502b62 (is_pinned_on__release: Add migration to sync 'is pinned on-release' with 'should be running-release' in device table, 2024-06-06)

v25.1.0

Compare Source

  • is_pinned_on__release: Add migration to sync 'is pinned on-release' with 'should be running-release' in device table [Andrea Rosci]

List of commits

b87f266 (Update balena/open-balena-api Docker tag to v25.1.0, 2024-06-17)

v4.0.43

17 Jun 16:26
ca72e71
Compare
Choose a tag to compare

Update balena/open-balena-api Docker tag to v25

Notable changes

  • update node support (drop node@12, node@14, add node@20) (#​750)
  • support support rfc9562 MAX uuid (new in RFC9562) (#​714) (0385cd3)
  • support rfc9562 v6 uuids (#​754) (c4ed13e)
  • support rfc9562 v7 uuids (#​681) (db76a12)
  • update node support matrix (only support node 16-20) (#​750) (883b163)
  • support rfc9562 v8 uuids (#​759) (35a5342)
  • revert "perf: remove superfluous call to toLowerCase (#​677)" (#​738) (e267b90)
    -uuidjs/uuid (uuid)
  • Update dependency uuid to v10 [Self-hosted Renovate Bot]
  • Improve typings [Pagan Gazzard]
  • Expire refreshed tokens within the same time as initial token. [fisehara]
balena-io/open-balena-api (balena/open-balena-api)

v25.0.2

Compare Source

Update dependency uuid to v10

Notable changes
uuidjs/uuid (uuid)
v10.0.0

Compare Source

⚠ BREAKING CHANGES
  • update node support (drop node@12, node@14, add node@20) (#​750)
Features
Bug Fixes
List of commits

b9f1e57 (Update dependency uuid to v10, 2024-06-14)

v25.0.2

Compare Source

  • Update dependency uuid to v10 [Self-hosted Renovate Bot]

v25.0.1

Compare Source

85f995d (Improve typings, 2024-06-14)

v25.0.1

Compare Source

  • Improve typings [Pagan Gazzard]

v25.0.0

Compare Source

696fda4 (Expire refreshed tokens within the same time as initial token., 2024-06-11)

v25.0.0

Compare Source

  • Expire refreshed tokens within the same time as initial token. [fisehara]

List of commits

15e93fe (Update balena/open-balena-api Docker tag to v25, 2024-06-15)

v4.0.42

13 Jun 22:57
47ed0ce
Compare
Choose a tag to compare

Update qemux/qemu-docker Docker tag to v5.16

Notable changes

qemus/qemu-docker (qemux/qemu-docker)

v5.16

Compare Source

What's Changed

Full Changelog: qemus/qemu-docker@v5.15...v5.16

List of commits

217473e (Update qemux/qemu-docker Docker tag to v5.16, 2024-06-13)

v4.0.41

12 Jun 20:58
6e7dae2
Compare
Choose a tag to compare

Update qemux/qemu-docker Docker tag to v5.15

Notable changes

qemus/qemu-docker (qemux/qemu-docker)

v5.15

Compare Source

What's Changed

Full Changelog: qemus/qemu-docker@v5.14...v5.15

List of commits

ca910f8 (Update qemux/qemu-docker Docker tag to v5.15, 2024-06-12)

v4.0.40

12 Jun 18:59
9ffdce4
Compare
Choose a tag to compare

6474a7a (Update actions/checkout digest to 692973e, 2024-06-12)

v4.0.39

12 Jun 18:00
f095a2c
Compare
Choose a tag to compare

8090670 (Update actions/checkout digest to 6ccd57f, 2024-06-12)