Commit Graph

38 Commits

Author SHA1 Message Date
Dirkjan Ochtman dde597478e Bump version to 0.2.1 2024-01-08 11:00:26 +01:00
Dirkjan Ochtman a8d9d306f3 Bump version to 0.2.0 2023-12-18 11:08:44 +01:00
Dirkjan Ochtman e5ffac17b3 Upgrade to tokio-rustls 0.25 2023-12-18 11:08:44 +01:00
Dirkjan Ochtman 4392e1cb5a Bump MSRV to 1.61 (for instant-xml) 2023-10-25 22:59:40 +02:00
Dirkjan Ochtman 4aae031f44 Bump instant-xml to 0.4 2023-10-25 22:59:40 +02:00
Dirkjan Ochtman 454e879d08 Use rustls-native-certs as the root store 2023-08-02 15:47:17 +02:00
Dirkjan Ochtman 1eff89bd32 Rename feature to rustls 2023-08-02 15:47:17 +02:00
dependabot[bot] 3da5ab62d2 Update webpki-roots requirement from 0.23 to 0.24
Updates the requirements on [webpki-roots](https://github.com/rustls/webpki-roots) to permit the latest version.
- [Commits](https://github.com/rustls/webpki-roots/compare/v/0.23.1...v/0.24.0)

---
updated-dependencies:
- dependency-name: webpki-roots
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-24 10:19:25 +02:00
Dirkjan Ochtman bf5b444ff7 Upgrade tokio-rustls to 0.24 2023-04-03 10:41:17 +02:00
Dirkjan Ochtman c5bc07b157 Upgrade to instant-xml 0.3 2023-03-21 17:25:34 +01:00
Dirkjan Ochtman 3905881b55 Update README and clean up documentation 2023-03-02 15:30:22 +01:00
Dirkjan Ochtman da87740b3f Upgrade to instant-xml 0.2 2023-03-02 14:02:48 +01:00
Dirkjan Ochtman c4684a526f Update Cargo metadata 2023-02-28 17:04:58 +01:00
Dirkjan Ochtman 3829ed77fa Switch from quick-xml to instant-xml 2023-02-28 17:04:58 +01:00
Dirkjan Ochtman d26e7dda73 Bump version to clarify that a semver-incompatible change was made
PR #92 added a variant to the MessageData enum.
2023-02-21 22:36:01 +01:00
Dirkjan Ochtman 6181d69b7c Bump MSRV for thread_local 2023-02-21 19:55:15 +01:00
Dirkjan Ochtman bd3d7f87e4 Set rust-version in Cargo metadata 2023-02-03 23:14:20 +01:00
Dirkjan Ochtman 94698b48ab Minimize tokio features to what's actually needed 2023-02-03 23:14:20 +01:00
Dirkjan Ochtman 75f466c1ce Update to 2021 edition 2022-12-14 19:41:48 +01:00
Dirkjan Ochtman 8a6b49371b Remove authors from metadata (per RFC 3052) 2022-12-14 19:41:48 +01:00
Dirkjan Ochtman 6d555c166e Bump version for semver-incompatible API change 2022-12-14 19:41:48 +01:00
Dirkjan Ochtman 0f052ea125 Bump quick-xml to 0.26 2022-11-29 22:43:10 +08:00
Dirkjan Ochtman 698bab9b2b Reduce Error type size by boxing result state 2022-11-29 22:43:10 +08:00
Dirkjan Ochtman 406f63e02e Update to work around deprecated chrono API 2022-11-29 22:43:10 +08:00
Dirkjan Ochtman 1395cd6235 Upgrade quick-xml to 0.23 2022-08-17 20:52:06 +02:00
Ritesh Chitlangi 20ab056dcf update doc and release 0.4 2022-07-26 14:49:37 +08:00
Dirkjan Ochtman 7e0a51bebb Use DateTime types where possible 2022-02-25 00:12:48 +08:00
Dirkjan Ochtman 36558c429c Allow the Connection to connect itself 2022-02-10 13:55:34 +08:00
Dirkjan Ochtman e9c5db9a1c Add basic test for high-level API 2022-01-03 10:22:20 +08:00
Dirkjan Ochtman 70f3789098 Make tokio-rustls dependency optional 2022-01-03 10:22:20 +08:00
Dirkjan Ochtman 62645eec96 Minimize configuration interface API 2021-12-14 23:12:28 +08:00
Dirkjan Ochtman 6695a20a18 Remove now unnecessary workspace 2021-12-13 00:19:03 +08:00
Dirkjan Ochtman 6478cff2e0 Drop ElementName trait and macros crate 2021-12-13 00:19:03 +08:00
Ritesh Chitlangi fd72c80023 added macro for serializer element name for generic objects 2021-07-22 18:35:20 +08:00
Ritesh Chitlangi 89ed02c4d4 basic epp serialization/deserialization added 2021-07-20 16:13:28 +08:00
Ritesh Chitlangi 85ae3d601c deserialization boilerplate 2021-07-20 15:45:01 +08:00
Ritesh Chitlangi 543378cb52 fixed message length bug 2021-07-20 00:52:02 +08:00
Ritesh Chitlangi f503132d85 WIP initial commit with working greeting and login calls 2021-07-17 03:16:28 +08:00