This commit is contained in:
AsafMah 2024-04-07 16:12:45 +03:00 коммит произвёл GitHub
Родитель eba9daf293
Коммит 74751541c7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [BREAKING] - Minimal node version is now 18
- [BREAKING] - The default converters for DateTime and TimeSpan will now return null if the value is null or an empty string. This is to align with the behavior of the service.
- [BREAKING] - IngestClient returns Promise<IngestionResult> instead of Promise<QueueSendMessageResponse>
- [BREAKING] - IngestClient returns `Promise<IngestionResult>` instead of `Promise<QueueSendMessageResponse>`
- Added condition on file extension for binary file compression
### Added