2024-08-27 bouzuya/serde-firestore-value 0.9.0
bouzuya/serde-firestore-value を 0.9.0 にした。
crates:google-api-proto から crates:googleapis-tonic-google-firestore-v1 に切り替えた。これで tonic や prost のバージョンも上がった。
feature として vec-u8, bytes, btree-map, hash-map が増えた。型を選択できる。
まだテストコードが vec-u8, hash-map 想定になっていて、 feature を切り替えてテストを動かすと fail してしまう。ダメ。
あと実際の動作を確認できていないので、そこもダメ。
今日のコミット。
- serde-firestore-value 21 commits
- Fix workflow
- Fix readme
- Fix clippy warnings
- 0.9.0
- Update dependencies
- Fix doc comments and some tests
- Add tests for v0_5_0 features
- Add tests for skip_attr
- Add tests for rename_attr
- Add tests for enum_representations
- Remove duplicate tests
- Add tests for with_vec_string_as_reference
- Add tests for with_timestamp
- Add tests for with_string_as_reference
- Add tests for with_option_timestamp
- Add tests for with_option_time_offset_date_time_as_timestamp
- Add tests for with_option_string_as_reference
- Add tests for with_option_lat_lng
- Add tests for with_option_chrono_date_time_as_timestamp
- Add tests for with_lat_lng
- Add tests for with_chrono_date_time_as_timestamp