github balena-io/open-balena v4.1.81

latest releases: v4.1.131, v4.1.130, v4.1.129...
20 days ago

Update balena/open-balena-api Docker tag to v26.4.2

Notable changes

  • Fix Dockerfile linting [Pagan Gazzard]
  • Remove the no longer necessary version suffix in v6 $toResource translations [Thodoris Greasidis]
  • Update @​balena/pinejs to 18.2.1 [Thodoris Greasidis]
    • Fix using $filter on PATCH&DELETE requests on translated properties [Thodoris Greasidis]
    • Test cases to reproduce Patch Translation issue [fisehara]
    • Add support for and prefer providing the unaliased $toResource [Pagan Gazzard]
    • Translations: prefer translating to the unaliased resource of the target model [Pagan Gazzard]
    • Tests: stop using deprecated faker functions [Pagan Gazzard]
    • Translations: strip the version alias from renames when possible [Pagan Gazzard]
    • Translations: use the toAbstractSqlModel to fetch the toTable info [Pagan Gazzard]
balena-io/open-balena-api (balena/open-balena-api)

v26.4.2

Compare Source

86f808f (Fix Dockerfile linting, 2024-08-30)

v26.4.2

Compare Source

  • Fix Dockerfile linting [Pagan Gazzard]

v26.4.1

Compare Source

d9e62d8 (Remove the no longer necessary version suffix in v6 $toResource translations, 2024-08-30)
885b0cf (Update @​balena/pinejs to 18.2.1, 2024-08-27)

v26.4.1

Compare Source

  • Remove the no longer necessary version suffix in v6 $toResource translations [Thodoris Greasidis]
Update @​balena/pinejs to 18.2.1 [Thodoris Greasidis]

pinejs-18.2.1 - Invalid date

  • Fix using $filter on PATCH&DELETE requests on translated properties [Thodoris Greasidis]
  • Test cases to reproduce Patch Translation issue [fisehara]

pinejs-18.2.0 - Invalid date

  • Add support for and prefer providing the unaliased $toResource [Pagan Gazzard]

pinejs-18.1.5 - Invalid date

  • Translations: prefer translating to the unaliased resource of the target model [Pagan Gazzard]

pinejs-18.1.4 - 2024-08-29

Update dependencies [Pagan Gazzard]

odata-to-abstract-sql-6.3.0 - 2024-08-26

  • Support PUT/PATCH/DELETE requests on resources with a translated ID field [Thodoris Greasidis]

odata-to-abstract-sql-6.2.8 - 2024-08-26

Update dependencies [Pagan Gazzard]
abstract-sql-compiler-9.2.0 - 2024-06-12
  • Adds EndsWithNode and ContainsNode typings [Pagan Gazzard]
lf-to-abstract-sql-5.0.2 - 2024-03-05
Update `@balena/sbvr-types` devDependency [Harald Fischer]
sbvr-types-7.0.1 - 2024-03-04
sbvr-types-7.0.0 - 2024-03-04
  • Return ISODateString instead of date [fisehara]
sbvr-types-6.1.1 - 2024-01-02
sbvr-types-6.1.0 - 2023-10-03
  • Add checksum to WebResource [Otávio Jacobi]
sbvr-types-6.0.0 - 2023-08-09
  • Change contents to snake_case [Otávio Jacobi]
sbvr-types-5.2.0 - 2023-08-08
  • Expose WebResource as WebResourceType [Otávio Jacobi]
sbvr-types-5.1.0 - 2023-08-03
  • Adds WebResource type [Otávio Jacobi]
odata-parser-3.0.8 - 2024-06-04
  • Fix type checking of the declaration file [Pagan Gazzard]
odata-parser-3.0.7 - 2024-04-13
  • Update dependency husky to v9 [Self-hosted Renovate Bot]
odata-parser-3.0.6 - 2024-04-12
  • Update dependency peggy to v4 [Self-hosted Renovate Bot]
odata-parser-3.0.5 - 2024-04-12
  • Update dependency lint-staged to v15 [Self-hosted Renovate Bot]
odata-parser-3.0.4 - 2024-04-12
sbvr-parser-1.4.6 - Invalid date
sbvr-parser-1.4.5 - 2024-06-18
  • Switch to an inflection library from npm which does not monkey patch [Pagan Gazzard]
sbvr-parser-1.4.4 - 2024-03-05
  • Updated @balena/sbvr-types [Harald Fischer]
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]
sbvr-types-7.1.1 - 2024-06-04
  • Accept Date for the write types of Date Time/Date/Time [Pagan Gazzard]
sbvr-types-7.1.0 - 2024-04-25
  • Export typescript read/write types for each sbvr type [Pagan Gazzard]
sbvr-types-7.0.10 - 2024-04-09
  • Update Big Serial concept type to Big Integer [Josh Bowling]
sbvr-types-7.0.9 - 2024-04-09
  • Add Big Serial to Type.sbvr [Josh Bowling]
sbvr-types-7.0.8 - 2024-04-09
  • Update prepare script for husky v9 [Josh Bowling]
  • Update dependency husky to v9 [Self-hosted Renovate Bot]
sbvr-types-7.0.7 - 2024-04-09
sbvr-types-7.0.6 - 2024-03-21
  • Improve JSON typings [Pagan Gazzard]
sbvr-types-7.0.5 - 2024-03-13
  • Remove unnecessary catch bindings [Pagan Gazzard]
sbvr-types-7.0.4 - 2024-03-13
  • Improve validate typings [Pagan Gazzard]
sbvr-types-7.0.3 - 2024-03-12
  • Improve fetchProcessing typings [Pagan Gazzard]
sbvr-types-7.0.2 - 2024-03-12
  • Tests: convert to typescript [Pagan Gazzard]

pinejs-client-js-7.0.1 - 2024-08-29

  • Change ExpandPropsOf and ExpandToResponse helpers to check the common case first [Pagan Gazzard]

pinejs-18.1.3 - 2024-08-28

  • Tests: stop using deprecated faker functions [Pagan Gazzard]

pinejs-18.1.2 - 2024-08-27

  • Translations: strip the version alias from renames when possible [Pagan Gazzard]
  • Translations: use the toAbstractSqlModel to fetch the toTable info [Pagan Gazzard]

List of commits

be3de75 (Update balena/open-balena-api Docker tag to v26.4.2, 2024-08-30)

Don't miss a new open-balena release

NewReleases is sending notifications on new releases.