Skip to content

Commit

Permalink
v5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Feb 27, 2023
1 parent 3f8e689 commit 9fce20c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

Here described only the breaking and most significant changes. The full changelog and documentation for all released versions could be found in nicely formatted [commit history](https://github.com/frictionlessdata/frictionless-py/commits/main).

## v5.7

- Various architectural and standards-compatibility improvements (minor breaking changes):
- Added `resources` module including `File/Text/Json/TableResource`
- Deprecated `resource.type` argument -- use the classes above
- Changed `catalog.packages[]` to `catalog.datasets[].package`
- Made `resource.schema` optional (`resource.has_schema` is removed)
- Made `resource.normpath` optional (`resource.normdata` is removed)
- Standards-compatability improvements: profile, stats

## v5.6

- Added support for `sqlalchemy@2` (#1427)
Expand Down
2 changes: 1 addition & 1 deletion frictionless/assets/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.6.3
5.7.0

0 comments on commit 9fce20c

Please sign in to comment.