MyGit

0.0.4

Dataherald/dataherald

版本发布时间: 2023-10-07 04:46:17

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

What's Changed https://github.com/Dataherald/dataherald/commit/f57fde563ba336f304ecb244aaec35d1ac2dc53e

1. Endpoint Renaming We have streamlined our API endpoints for better consistency and clarity:

Renamed Endpoints:

2. Endpoint Removal In this version, we have removed the following endpoint:

Note: Responses resources are now immutable, so you can only create new responses and not update existing ones.

3. MongoDB Collection and Field Renaming To improve consistency and readability, we have renamed MongoDB collection and field names:

Collection Name Changes:

Field Name Changes (within the responses collection):

4. Use of ObjectId for Foreign Keys To enhance data integrity and relationships, we have transitioned to using ObjectId types for foreign keys, providing stronger data typing.

5. Migration Script We've created a migration script to help you smoothly transition your data from version 0.0.3 to version 0.0.4. This script updates collection names, field names, and foreign keys data type to ObjectId. To run the migration script, use the following command:

docker-compose exec app python3 -m dataherald.scripts.migrate_v003_to_v004

Upgrade Instructions:

To upgrade to Version 0.0.4, follow these steps:

These changes will improve the consistency and maintainability of your application's data structures and APIs. If you encounter any issues during the upgrade process, please don't hesitate to reach out to our support team.

New Contributors

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

查看:2023-10-07发行的版本