@@ -4,17 +4,26 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] , and this project adheres to [ Semantic Versioning] .
66
7- ## [ Unreleased ]
7+ ## [ 6.3.1 ] - 2022-11-25
88
99### Fixed
1010
11- * codegen: Include PEP 561 marker in generated packages.
12- * codegen: Untyped originations are now correctly handled.
13- * codegen: Fixed ` alias ` config field having no effect on originations.
14- * codegen: Fixed optional arguments in generated callbacks.
15- * config: Suggest snake_case for package name.
16- * index: Do not deserialize originations matched by the ` source ` filter.
17- * index: Wrap storage deserialization exceptions with ` InvalidDataError ` .
11+ - cli: Do not apply cli hacks on module import.
12+ - codegen: Include PEP 561 marker in generated packages.
13+ - codegen: Untyped originations are now correctly handled.
14+ - codegen: Fixed ` alias ` config field having no effect on originations.
15+ - codegen: Fixed optional arguments in generated callbacks.
16+ - config: Suggest snake_case for package name.
17+ - config: Fixed crash with ` RuntimeError ` when index has no subscriptions.
18+ - http: Limit aiohttp sessions to specific base URL.
19+ - index: Do not deserialize originations matched by the ` source ` filter.
20+ - index: Wrap storage deserialization exceptions with ` InvalidDataError ` .
21+ - projects: Fixed Hasura environment in docker-compose examples.
22+
23+ ### Other
24+
25+ - ci: ` mypy --strict ` is now enforced on a codebase.
26+ - ci: Finished migration to ` pytest ` .
1827
1928### Security
2029
@@ -831,7 +840,8 @@ This release contains no changes except for the version number.
831840[ semantic versioning ] : https://semver.org/spec/v2.0.0.html
832841
833842<!-- Versions -->
834- [ Unreleased ] : https://github.com/dipdup-io/dipdup/compare/6.3.0...HEAD
843+ [ Unreleased ] : https://github.com/dipdup-io/dipdup/compare/6.3.1...HEAD
844+ [ 6.3.1 ] : https://github.com/dipdup-io/dipdup/compare/6.3.0...6.3.1
835845[ 6.3.0 ] : https://github.com/dipdup-io/dipdup/compare/6.2.0...6.3.0
836846[ 6.2.0 ] : https://github.com/dipdup-io/dipdup/compare/6.1.3...6.2.0
837847[ 6.1.3 ] : https://github.com/dipdup-io/dipdup/compare/6.1.2...6.1.3
0 commit comments