Skip to content

Commit

Permalink
remove beta carrier metadata (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen293 committed Dec 5, 2023
1 parent 4c46fbf commit 7e5526a
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 405 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

## v7.0.0 (2023-12-06)

- Remove `withCarbonOffset` parameter from shipment create and buy functions
- Remove `carbon_offset` property of `Rate` object
- Removes `withCarbonOffset` parameter from shipment create and buy functions
- Removes `carbon_offset` property of `Rate` object
- Fixes a pagination issue by passing along additional params used when fetching first page
- Remove `createAndBuy` function from `Batch` service (deprecated endpoint server-side)
- Removes `createAndBuy` function from `Batch` service (deprecated endpoint server-side)
- Removes the `beta_carrier_metadata` service as it is deprecated, please use the `carrier_metadata` GA service instead

## v6.8.2 (2023-10-20)

Expand Down
2 changes: 0 additions & 2 deletions src/easypost.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import MissingParameterError from './errors/general/missing_parameter_error';
import AddressService from './services/address_service';
import ApiKeyService from './services/api_key_service';
import BatchService from './services/batch_service';
import BetaCarrierMetadataService from './services/beta_carrier_metadata';
import BetaRateService from './services/beta_rate_service';
import BetaReferralCustomerService from './services/beta_referral_customer_service';
import BillingService from './services/billing_service';
Expand Down Expand Up @@ -87,7 +86,6 @@ export const SERVICES = {
Address: AddressService,
ApiKey: ApiKeyService,
Batch: BatchService,
BetaCarrierMetadata: BetaCarrierMetadataService,
BetaRate: BetaRateService,
BetaReferralCustomer: BetaReferralCustomerService,
Billing: BillingService,
Expand Down
29 changes: 0 additions & 29 deletions src/services/beta_carrier_metadata.js

This file was deleted.

This file was deleted.

This file was deleted.

38 changes: 0 additions & 38 deletions test/services/beta_carrier_metadata.test.js

This file was deleted.

0 comments on commit 7e5526a

Please sign in to comment.