Skip to content

Commit

Permalink
v6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 4, 2024
1 parent 947914b commit dbe82a6
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
27 changes: 27 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
- commits:
- subject: Support number references as boolean types
hash: 7ab64045cd94b573f51ab193be0f80712df195eb
body: |
This allows things like `$top=10` and `$skip=5` to work whilst being
converted to bind variables
Update @balena/odata-parser from 3.0.8 to 3.1.0
footer:
Change-type: minor
change-type: minor
author: Pagan Gazzard
nested:
- commits:
- subject: Use bind vars for $top and $skip options
hash: f160a140209cc5c9d3abc617cf8de7a37a0abf16
body: ""
footer:
Change-type: minor
change-type: minor
author: Pagan Gazzard
version: odata-parser-3.1.0
title: ""
date: 2024-10-03T23:27:17.856Z
version: 6.4.0
title: ""
date: 2024-10-04T12:00:36.654Z
- commits:
- subject: Support PUT/PATCH/DELETE requests on resources with a translated ID field
hash: 65b06761fca1b13e13ec99c4ed5394814feff4ef
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## 6.4.0 - 2024-10-04


<details>
<summary> Support number references as boolean types [Pagan Gazzard] </summary>

> ### odata-parser-3.1.0 - 2024-10-03
>
> * Use bind vars for $top and $skip options [Pagan Gazzard]
>
</details>

## 6.3.0 - 2024-08-26

* Support PUT/PATCH/DELETE requests on resources with a translated ID field [Thodoris Greasidis]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balena/odata-to-abstract-sql",
"version": "6.3.0",
"version": "6.4.0",
"description": "A consumer of the OData parser, written in OMeta",
"type": "commonjs",
"main": "out/odata-to-abstract-sql.js",
Expand Down Expand Up @@ -54,6 +54,6 @@
"npm": ">=8.1.0"
},
"versionist": {
"publishedAt": "2024-08-26T16:45:57.690Z"
"publishedAt": "2024-10-04T12:00:37.841Z"
}
}

0 comments on commit dbe82a6

Please sign in to comment.