Skip to content

Releases: boxwise/boxtribute

v2.8.7

18 Dec 17:34
v2.8.7
44e0f53

Choose a tag to compare

Changelog of GraphQL API

Added

  • new query reachedBeneficiariesNumbers in the public API

Removed

  • remove field Metrics.numberOfBeneficiariesServed (unprecise computation)
  • remove field Metrics.stockOverview (use stockOverview query instead)

v2.8.6

02 Dec 20:47
v2.8.6
4ac98fd

Choose a tag to compare

Changelog of GraphQL API

Added

  • new fields on Tag type: createdOn, createdBy, lastModifiedOn, lastModifiedBy

v2.8.4

27 Oct 20:03
v2.8.4
fb82ad7

Choose a tag to compare

Changelog of GraphQL API

Added

  • new queries newlyRegisteredBeneficiaryNumbers and newlyCreatedBoxNumbers in the public API

Removed

  • removed tagIdsToBeAdded input for updateBox mutation. Use assignTagsToBoxes mutation instead

v2.8.0

25 Aug 22:54
v2.8.0
00bed9c

Choose a tag to compare

Changelog of GraphQL API

Added

  • new ProductGender enums BabyBoy and BabyGirl

v2.7.6

21 Jul 07:19
v2.7.6
b5b3983

Choose a tag to compare

Changelog of GraphQL API

Added

  • new states filter parameter for shipments query

v2.7.4

11 Jun 13:40
v2.7.4
48baa82

Choose a tag to compare

Changelog of GraphQL API

Added

  • new Tag.deletedOn field

Changed

  • the boxes query returns results ordered by last_modified_on field, most recent date first

v2.7.2

08 Jul 14:50
v2.7.2
1836880

Choose a tag to compare

Changelog of GraphQL API

Added

  • new Beneficiary.phoneNumber field

Changed

  • when enabling a standard product, a previously disabled standard product instantiation will be re-used which results in identical product IDs for the instantiations

v2.7.0

06 May 09:50
v2.7.0
e6fcf0a

Choose a tag to compare

Changelog of GraphQL API

Added

  • new enum value ShareableView.StockOverview
  • new mutation createBeneficiaries incl. input and result types
  • new DeletedBaseError type
  • new baseId input parameter for products query

Changed

  • change baseId field of ShareableLink type to base (of type Base)

v2.6.2

01 Apr 20:05
v2.6.2
d620fed

Choose a tag to compare

Changelog of GraphQL API

Added

  • new field Product.transferItemsCount

v2.6.0

13 Mar 18:17
v2.6.0
334098c

Choose a tag to compare

Changelog of GraphQL API

Added

  • mutation enableStandardProducts including result unions and (error) types
  • query sizeRanges
  • new field Product.standardProduct
  • new field ShipmentDetail.autoMatchingTargetProduct