Skip to content

Commit

Permalink
build: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
doctrino committed Aug 18, 2024
1 parent 321d1e8 commit d03854b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ Changes are grouped as follows
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## [0.99.32] - 24-08-17
## TBD
### Added
- Support for files and sequences in the generated SDK.
- Support for `files` and `sequences` in the generated SDK. This includes the ability to create and retrieve
`files` and `sequences` in the generated SDK.

### Changed
- When generating an SDK if the `default_instance_space` parameter, `pygen` will no longer use the space of the
data model as the default space for nodes and edges. Instead, the generated SDK will be without a default space,
Expand All @@ -28,7 +30,7 @@ Changes are grouped as follows
a bug where the space is not set correctly.

### Fixed
- In the generated SDK, fields of `TimeSeries` as now set to `TimeSeriesWrite` in the write format of the generated
- In the generated SDK, fields of `TimeSeries` as now set to `TimeSeriesWrite` in the write Data Class of the generated
SDK.

## [0.99.31] - 24-08-16
Expand Down

0 comments on commit d03854b

Please sign in to comment.