Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Jan 9, 2024
1 parent e63d3ba commit 04bca7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

Note: Minor version `0.X.0` update might break the API, It's recommended to pin `tipg` to minor version: `tipg>=0.1,<0.2`

## [unreleased]
## [0.6.0] - 2024-01-09

- update FastAPI version lower limit to `>0.107.0` and adapt for new starlette version
- fix invalid streaming response formatting
- refactor internal table properties handling
- fix sub-model Table settings (https://github.com/developmentseed/tipg/issues/154)

## [0.5.7] - 2024-01-08

Expand Down

1 comment on commit 04bca7e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'TiPg Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.

Benchmark suite Current: 04bca7e Previous: fa17fb8 Ratio
tests/benchmarks.py::test_benchmark_collections[html-1] 327.79262401558174 iter/sec (stddev: 0.00789511241705805) 435.6504965358485 iter/sec (stddev: 0.00010680932259292205) 1.33

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.