Releases: patch-technology/patch-ruby
Releases · patch-technology/patch-ruby
[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_nullablewhich returns a set with all nullable properties. This method is referenced in#to_hashwhich 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_usdfield toordercreation- allows users to create an order by total price
Changed
- order creation requires either
mass_gortotal_price_cents_usd, but not both
[1.2.3] - 2020-10-05
Added
patch_fee_cents_usdfield toorders
[1.2.2] - 2020-09-18
Added
- return photos with projects
[1.2.0] - 2020-09-18
average_price_per_tonne_cents_usdfield toprojectsremaining_mass_gfield toprojectsstandardfield toprojects- validations on
mass_gfield (has to be greater than 1 and less than 2,000,000,000).
[1.1.0] - 2020-08-19
[1.1.0] - 2020-08-19
Added
project_idoptional field toordercreationmetadataoptional field toordercreationproject_idoptional field toestimatecreation- changelog file
First Release!
This is the first official release of Patch's Ruby Gem.
Initial pre-release
Pre-release of v1 Gem
Supports APIs for Orders, Estimates, Projects and Preferences