MyGit

0.0.2

Dataherald/dataherald

版本发布时间: 2023-09-14 23:54:20

Dataherald/dataherald最新发布版本:1.0.3(2024-04-30 23:22:47)

What's Changed

1. RESTful Endpoint Names and Swagger Grouping We have made significant changes to our endpoint naming conventions, following RESTful principles. Additionally, we have organized the endpoints into logical sections within our Swagger documentation for easier navigation and understanding.

2. MongoDB Collection Name Changes We have updated the names of several MongoDB collections. Here are the collection name changes:

3. Migration to db_connection_id for MongoDB Collections Previously, we used a db_alias field to relate MongoDB collections. In this release, we have transitioned to using a new field called db_connection_id to establish relationships between collections.

4. Renamed Core Methods for Code Clarity To improve the clarity of our codebase, we have renamed several core methods.

5. Migration Script from v0.0.1 to v0.0.2 We understand the importance of a smooth transition between versions. This script performs the following actions:

To execute the script just run this command docker-compose exec app python3 -m dataherald.scripts.migrate_v001_to_v002

New Contributors

相关地址:原始地址 下载(tar) 下载(zip)

查看:2023-09-14发行的版本