-
Added
bones_api_utils_fast_checksum.dart:- Provides functions
getAdler32Uint8List,getAdler32Hex,getCrc32Uint8List, andgetCrc32Hexfor Adler-32 and CRC-32 checksums as byte arrays and hex strings. - Implements internal helpers for big-endian byte conversion and hex encoding.
- Exports
getAdler32andgetCrc32fromarchivepackage for checksum calculation.
- Provides functions
-
WeakEtagclass (bones_api_base.dart):- Updated
WeakEtag.adler32andWeakEtag.crc32factories to usegetAdler32HexandgetCrc32Hexfrombones_api_utils_fast_checksum.dartinstead of deprecatedAdler32andCrc32classes.
- Updated
-
bones_api.dart:- Exported new
bones_api_utils_fast_checksum.dartutility.
- Exported new
-
Dependencies:
- Updated
async_extensionfrom ^1.2.20 to ^1.2.21. - Updated
swiss_knifefrom ^3.3.3 to ^3.3.5. - Updated
archivefrom ^4.0.7 to ^4.0.9. - Updated
build_runnerfrom ^2.10.5 to ^2.11.1. - docker_commander: ^2.1.8
- Updated