Releases: patch-technology/patch-ruby
Releases · patch-technology/patch-ruby
[1.6.0] - 2021-07-14
Added
- Order responses return a
registry_url
field - Add support for Bitcoin estimates
[1.5.2] - 2021-03-30
Changed
- Update parameter validation ranges to match those of the API
[1.5.1] - 2021-03-02
Fixed
- Fixed a
NameError
that was thrown whenPatch::Sdg
was called. Specs have been added to ensure this does not happen again.
[1.5.0] - 2021-03-01
From the maintainers: Broken release - fixed in 1.5.1.
Changed
- Changed base URL from https://api.usepatch.com to https://api.patch.io
[1.4.0] - 2021-02-22
From the maintainers: Broken release - fixed in 1.5.1.
Added
- Adds Sustainable Development Goals (SDGs) field to projects
- Adds filtering to Projects by country, type, minimum_available_mass
Changed
- vehicle estimates now support optional
make
,model
andyear
fields.
[1.3.0] - 2021-02-08
Added
- Adds support for creating carbon emission estimates for flights, shipping, and vehicles. See the docs for more information.
[1.2.5] - 2020-01-08
Fixed
- Fixes issues/5. Adds method
.openapi_nullable
which returns a set with all nullable properties. This method is referenced in#to_hash
which returns a hash representation of the resource. - Removes non-deterministic integration spec that is creating an Estimate with a specific project-id. Since we do not control the test data (yet) and make queries against our Test projects, we cannot be sure that we will have offsets available for a project ID. Instead we can rely on Patch core specs to cover this.
- Fixes a spec that was failing due to a Patch core change.
- Add spec factories and refactor generated method specs to shared examples.
[1.2.4] - 2020-10-14
Added
total_price_cents_usd
field toorder
creation- allows users to create an order by total price
Changed
- order creation requires either
mass_g
ortotal_price_cents_usd
, but not both
[1.2.3] - 2020-10-05
Added
patch_fee_cents_usd
field toorders
[1.2.2] - 2020-09-18
Added
- return photos with projects