Skip to content

Latest commit

 

History

History
219 lines (122 loc) · 5.25 KB

CHANGELOG.md

File metadata and controls

219 lines (122 loc) · 5.25 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.1.1] - 2023-04-18

Added

  • Adds issuance_type to project responses
  • Adds disclaimers to project responses

[2.1.0] - 2023-04-04

Added

  • Adds optional vintage_start_year and vintage_end_year fields to order creation
  • Adds optional vintage_start_year and vintage_end_year fields to order_line_item create and update
  • Adds optional vintage_start_year and vintage_end_year fields to inventory creation
  • Adds vintage_start_year and vintage_end_year fields to order response
  • Adds vintage_start_year and vintage_end_year fields to order_line_item response
  • Adds optional carrier_scac field to patch.estimates.create_road_shipping_estimate
  • Deprecates create_shipping_estimate in favor of create_ecommerce_estimate

[1.24.2] - 2022-08-10

Added

  • Adds patch.estimates.create_ecommerce_estimate method

[1.24.0] - 2022-07-22

Added

  • Adds patch.estimates.create_air_shipping_estimate method
  • Adds patch.estimates.create_rail_shipping_estimate method
  • Adds patch.estimates.create_road_shipping_estimate method
  • Adds patch.estimates.create_sea_shipping_estimate method

[1.23.0] - 2022-06-03

Added

  • Adds support for the issued_to parameter on orders, to add support for creating and placing orders on behalf of another party.

[1.22.0] - 2022-05-16

Added

  • Adds support for the accept_language option on projects, to add support for the Accept-Language header.

[1.21.0] - 2022-05-03

Added

  • Adds optional total_price and currency field to order creation
  • Adds optional amount and unit field to order creation
  • Adds inventory to project responses
  • Adds inventory to order responses

Changed

  • Deprecates mass_g and total_price_cents_usd fields for create order requests
  • Deprecates average_price_per_tonne_cents_usd and remaining_mass_g from project responses
  • Deprecates price_cents_usd, patch_fee_cents_usd, and mass_g from order responses

[1.20.0] - 2022-04-18

Added

  • Adds optional vintage_year field to order creation

[1.19.0] - 2022-04-11

Added

  • Adds ability to create hotel estimates via api_client.estimates.create_hotel_estimate()

[1.18.0] - 2022-03-22

Changed

  • Adds optional state field to order creation

[1.17.0] - 2022-01-11

Changed

  • Set the order allocatations array as optional.

[1.16.0] - 2021-12-07

Removed

  • Removes the preferences endpoints (deprecated)

[1.15.2] - 2021-11-08

Added

  • Adds highlights to project responses

[1.15.1] - 2021-11-04

Added

  • Adds verifier to project responses

[1.15.0] - 2021-10-04

Added

  • Added the ability to fetch project technology types via api_client.technology_types.retrieve_technology_types()

[1.14.0] - 2021-09-27

Added

  • Adds mechanism, tagline, state, latitude, longitude, and technology_type to project responses

[1.13.0] - 2021-09-10

Added

  • Adds ability to create Bitcoin and Ethereum estimates using the daily balance held.

[1.12.0] - 2021-09-08

Added

  • Adds a created_at attribute in all order responses

[1.11.0] - 2021-09-07

Added

  • Adds support for airports, aircrafts, cabin class and passenger count in flight estimates

[1.10.0] - 2021-08-27

Added

  • Adds a custom User-Agent header

[1.9.0] - 2021-08-17

Added

  • Fixed ability to create Orders with metadata
  • Add support for querying Orders by metadata
  • Added transaction_value_eth_gwei as an alternative way to compute transaction level emissions for ethereum

[1.8.0] - 2021-07-20

Added

  • Add support for Ethereum estimates

[1.7.0] - 2021-07-14

Changed

  • [BREAKING] Changed order.price_cents_usd and order.patch_fee_cents_usd from string to integer.

[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

Fixed

  • Fixes #23 by allowing the expected parameter total_price_cents_usd

[1.5.1] - 2021-03-02

Fixed

  • Fixed an AttributeError that was thrown when Projects with Sustainable Development Goals were retrieved.

[1.5.0] - 2021-03-01

Changed

[1.4.0] - 2021-02-15

Added

  • Adds Sustainable Development Goals (SDGs) field to projects
  • Adds the ability to filter Projects on country, type, minimum_available_mass

Changed

  • vehicle estimates now support optional make, model and year fields.

[1.3.1] - 2021-02-09

Fixed

  • Adds missing dependency.

[1.3.0] - 2021-02-08

Added

  • Adds support for creating Shipping/Flight/Vehicle estimates.
  • Sets the library version to 1.3.0 to track the Patch Ruby SDK and Patch Node SDK.

[1.0.1] - 2021-01-22

Added

  • Pre-release of v1 Library
  • Adds support for Orders, Estimates, Projects and Preferences