Skip to content

Commit

Permalink
Major version up to v1.0.0
Browse files Browse the repository at this point in the history
The purpose of the major version up since we wanted to cater both
synchronous and asynchronous transactions for curl-rust.

There are breaking changes in terms of the builder pattern.
We use blocking() to signifies the end of the Curl builder to do a
blocking perform after and nonblocking() to signify the end of the
Curl builder to do a nonblocking perform after.

For nonblocking transaction, the actor is now passed into nonblocking
function instead in the new constructor of the HttpClient.
  • Loading branch information
LorenzoLeonardo committed Feb 17, 2024
1 parent 13e1989 commit 857db60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "curl-http-client"
version = "0.4.3"
version = "1.0.0"
edition = "2021"
authors = ["Lorenzo Leonardo <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 857db60

Please sign in to comment.