|
51b49e8629
|
Merge pull request 'Specify async-trait version' (#13) from specify-async-trait-version into main
Reviewed-on: #13
|
2022-06-12 18:59:25 +00:00 |
|
|
936cbd3228
|
Specify async-trait version
|
2022-06-13 03:58:44 +09:00 |
|
|
4fc7ae8a6b
|
Merge pull request 'Update crates' (#12) from update-tokio into main
Reviewed-on: #12
|
2022-06-12 18:45:02 +00:00 |
|
|
9fa5f86827
|
Bump version to 0.5.1
|
2022-06-13 03:43:56 +09:00 |
|
|
5ae6143a9e
|
Remove unnecessary mut
|
2022-06-13 03:43:29 +09:00 |
|
|
36e068c38e
|
Update reqwest
|
2022-06-13 03:42:34 +09:00 |
|
|
b71dc70604
|
Update tokio to 1.8.4
|
2022-06-13 03:37:23 +09:00 |
|
|
4e8f12810c
|
Merge pull request #11 from Plume-org/feat/async-trait
Feature: async trait
|
2020-05-20 14:01:28 +02:00 |
|
|
e2b2b376a6
|
add async tests to travis test script
|
2020-05-19 11:40:40 +02:00 |
|
|
bd0bff44bf
|
add tests for AsyncResolver; use cargo clippy for further guidance.
|
2020-05-19 11:39:03 +02:00 |
|
|
b7859343bc
|
add async tests
and rename files so we don't clash with async_trait
|
2020-05-19 11:25:43 +02:00 |
|
|
075fe1cf9a
|
update mockito to fix its compile issue
|
2020-05-18 23:51:05 +02:00 |
|
|
7df1cbe7ba
|
async_trait creates an AsyncResovlver, that can live along-side Resolver
|
2020-05-18 23:34:25 +02:00 |
|
Jeb Rosen
|
42bfd3efb0
|
fix compilation with the help of @jebrosen
|
2020-05-18 22:24:57 +02:00 |
|
|
390d2189b5
|
make trait non-generic, and Send safe
|
2020-05-18 20:43:30 +02:00 |
|
|
5b91cd056c
|
start an optional implementation for async_trait
we add a feature flag (which is off by default) to gate the whether you
want an async trait or not
|
2020-05-18 20:43:29 +02:00 |
|
|
c49467766c
|
Merge pull request #9 from Plume-org/update-deps
Update deps + asyncify fetching
|
2020-05-18 10:28:05 +02:00 |
|
|
9f1e0e7074
|
Merge pull request #10 from Plume-org/fix/git-attributes
add git attributes and remove executable bit from files in repo
|
2020-05-17 17:09:24 +02:00 |
|
|
9ebb9cd9b8
|
add git attributes and remove executable bit from files in repo
|
2020-05-17 12:35:31 +02:00 |
|
|
cdaab95ed5
|
Update deps + asyncify fetching
|
2020-01-29 21:48:09 +01:00 |
|
|
ecb8a183bf
|
Allow "configurabe" resolvers
|
2019-07-31 09:57:12 +02:00 |
|
Baptiste Gelez
|
9c73425f70
|
Version bump: 0.4.1
|
2019-05-11 16:58:11 +01:00 |
|
Baptiste Gelez
|
bc88621d74
|
Add support for payloads without 'aliases'
|
2019-05-11 16:57:35 +01:00 |
|
Baptiste Gelez
|
82e6d7e3f0
|
Merge pull request #6 from Plume-org/no-null
No null
|
2019-04-08 18:34:35 +01:00 |
|
Trinity Pointard
|
3724c57aec
|
cargo fmt
|
2019-04-08 17:32:38 +02:00 |
|
Trinity Pointard
|
9d14d73609
|
don't serialize None
|
2019-04-08 17:32:18 +02:00 |
|
Baptiste Gelez
|
d30858374f
|
Add some badges!
|
2019-03-17 16:42:05 +01:00 |
|
Baptiste Gelez
|
fe18c56f81
|
Try to add codecov
|
2019-03-17 16:32:12 +01:00 |
|
Baptiste Gelez
|
5038624bbf
|
Merge branch 'master' of github.com:BaptisteGelez/webfinger
|
2019-03-17 16:26:07 +01:00 |
|
Baptiste Gelez
|
47901eb269
|
Version bump: 0.4.0
|
2019-03-17 16:11:30 +01:00 |
|
Baptiste Gelez
|
2bb0133d41
|
Add support for group: and custom prefixes (fixes #3)
+ Rust 2018
+ Test for resolve
|
2019-03-17 16:09:19 +01:00 |
|
Baptiste Gelez
|
c98816741c
|
Merge pull request #4 from Plume-org/accept-json
Accept both jrd+json and json for queries
|
2018-12-25 09:40:57 +01:00 |
|
Trinity Pointard
|
3141e7ed52
|
Accept both jrd+json and json for queries
Fix #2
|
2018-12-24 20:19:09 +01:00 |
|
Bat
|
1b72b441e3
|
Bump to 0.3.1
This version add reqwest 0.9 support
|
2018-10-11 12:34:34 +01:00 |
|
Bat
|
339cf52bd3
|
Bump version to 0.3.0
|
2018-10-11 12:33:49 +01:00 |
|
Bat
|
c9ec9ce4a6
|
Add Travis CI
|
2018-10-11 12:33:49 +01:00 |
|
Bat
|
e05e6fa700
|
Allow to have an URI template, and not an actual URI
|
2018-10-11 12:33:49 +01:00 |
|
Baptiste Gelez
|
abc5f5b7c7
|
Merge pull request #1 from fdb-hiroshima/upgrade-reqwest
Upgrade reqwest to 0.9
|
2018-10-11 08:04:20 +01:00 |
|
Trinity Pointard
|
d92086f082
|
Upgrade reqwest to 0.9
And fix changement linked to how headers work now
Required to compile with recent OpenSsl
|
2018-10-11 08:09:18 +02:00 |
|
Bat
|
b919428fe1
|
Version bump
|
2018-06-25 21:32:28 +02:00 |
|
Bat
|
74af5f03b7
|
Add a parameter to disable HTTPS (usefull for debugging)
|
2018-06-25 21:32:12 +02:00 |
|
Bat
|
e5636d8e40
|
Add a license file (GPL-3.0)
|
2018-06-18 22:54:55 +01:00 |
|
Bat
|
a4bf98ea46
|
Add some metadata
|
2018-06-18 22:04:25 +01:00 |
|
Bat
|
5040bb607f
|
Add a README.md
|
2018-06-18 22:01:16 +01:00 |
|
Bat
|
0211894ef6
|
Documentation
|
2018-06-18 21:52:24 +01:00 |
|
Bat
|
c5553cc261
|
Add some tests
|
2018-06-18 21:23:10 +01:00 |
|
Bat
|
a9d5b52133
|
Initial commit
|
2018-06-18 20:35:11 +01:00 |
|