Releases: bensadiku/heroku_rs
v0.6.0
0.5.5
v0.5.4
v0.5.3
v0.5.2
v0.5.1
In this release, we've added the following endpoints:
- Test Node
- Test Case
- Test Run
- Space VPN connections
Added builder
and endpoints features. Now you can pick which endpoints you want to compile by selecting them as features in the .toml file. See docs
Added builder
feature to enable the builders. Added by default.
Added some more documentation.
v0.5.0
In this release, we've added the following endpoints:
- Spaces
- Space Transfer
- Space Access
- Space NAT
- Inbound Ruleset
- Outbound Ruleset
Removed create
struct methods. This was experimental API which is now replaced with a more idiomatic builder API.
Refactored new
to use builder patterns. new
now takes only required parameters and in which you can use the builders to set the optional parameters.
Removed unnecessary use of owned Strings, now builders and structs primarily use slices, therefore, this release will have breaking changes!
v0.4.2
v0.4.1
In this release, we've added the following endpoints:
- Team
- Team Add-on
- Team App
- Team App Collaborator
- Team App Permission
- Team Feature
- Team Invitation
- Team Invoice
- Team Member
- SMS Number
- SNI Endpoint
- SSL Endpoint
- Dyno Size
- App Setup
- App Setup Config
- Log Drains & Log Sessions.
- Keys
- Invoices
- Sources
Added convenience new
and create
struct methods when creating new API calls.
Added more crate documentation.
v0.4
In this release, we've added the following endpoints:
- OAuth Authorization
- OAuth Client
- OAuth Token
- Pipeline Build
- Pipeline Coupling
- Pipeline Deployment
- Pipeline Promotion
- Pipeline Release
- Pipeline Config Vars
- Pipeline Stack
- Pipeline Transfer
- App Formations
- Slugs
- App Releases
- App Config Vars
We have also added create
method when creating the client, this method only takes the API key and removes all of the verbosity.
Added some test cases to cover the new endpoints.
Updated some crate documentation.