Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove beta carrier metadata #426

Merged
merged 1 commit into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.