Skip to content

Latest commit

 

History

History
838 lines (450 loc) · 42.5 KB

CHANGELOG.md

File metadata and controls

838 lines (450 loc) · 42.5 KB

1.58.0 (2022-12-20)

Features

  • add repository unit tests to CI (90ffd43)

1.57.1 (2022-12-06)

Bug Fixes

1.57.0 (2022-12-06)

Bug Fixes

Features

1.56.1 (2022-12-05)

Bug Fixes

1.56.0 (2022-11-16)

Bug Fixes

  • made order_by parameter consistent with the code base (a10aaeb)

Features

  • added order_by for planter endpoint (61cf970)
  • restructed some interfaces to support order by in filter options (89858d7)

1.55.1 (2022-11-07)

Bug Fixes

1.55.0 (2022-11-07)

Features

  • take planting_ogranzation_id in consideration (2eb24e1)

1.54.0 (2022-11-02)

Features

1.53.2 (2022-10-26)

Bug Fixes

  • returning duplicates of approved captures (90a0f8e)

1.53.1 (2022-10-25)

Bug Fixes

  • correct the continent name (ce61ac6)

1.53.0 (2022-10-25)

Features

  • new way to get country leader board (7ee478f)

1.52.7 (2022-10-24)

Bug Fixes

1.52.6 (2022-10-17)

Bug Fixes

1.52.5 (2022-10-12)

Bug Fixes

1.52.4 (2022-10-10)

Bug Fixes

1.52.3 (2022-10-08)

Bug Fixes

1.52.2 (2022-10-04)

Bug Fixes

1.52.1 (2022-10-04)

Bug Fixes

  • use location view to speed up (8b4cc83)
  • use species view to speed up (924321b)

1.52.0 (2022-10-04)

Features

  • use location view to speed up (2478f36)

1.51.1 (2022-10-02)

Bug Fixes

1.51.0 (2022-10-02)

Bug Fixes

Features

1.50.2 (2022-10-02)

Bug Fixes

1.50.1 (2022-10-02)

Bug Fixes

  • Added entity to tree ref (69adb47)

1.50.0 (2022-10-01)

Features

  • add filter by wallet for trees (d0b4e9d)

1.49.2 (2022-10-01)

Bug Fixes

  • query to remove duplicate records (61c5a14)

1.49.1 (2022-09-28)

Bug Fixes

1.49.0 (2022-09-24)

Bug Fixes

  • Added country & species info for trees?org (00fd94c), closes #208

Features

  • make sql query for getting country leaderboard stats fast (fc9ff44)

1.48.3 (2022-09-22)

Bug Fixes

  • change config refid to string (768c1c0)
  • handle 0 length array (de6d247)

1.48.2 (2022-09-22)

Bug Fixes

  • change config refid to string (0a93362)

1.48.1 (2022-09-22)

Bug Fixes

1.48.0 (2022-09-22)

Features

1.47.1 (2022-09-22)

Bug Fixes

  • fixes total value of GET /planters (8d69fe8), closes #183

1.47.0 (2022-09-20)

Features

  • add country_id and country_name to trees/featured #166 (02ca801)

1.46.0 (2022-09-15)

Features

1.45.1 (2022-09-09)

Bug Fixes

1.45.0 (2022-09-03)

Features

1.44.0 (2022-08-31)

Features

  • get organization by map name (6016138)

1.43.0 (2022-08-30)

Features

  • add created_at field at GET /planters/{id} and GET /planters endpoints (2808df0)

1.42.0 (2022-08-26)

Features

  • add country_id and country_name to /trees/featured #166 (41c0db0)
  • Added source_wallet_logo_url in /transactions (b926fa7), closes #161

1.41.0 (2022-08-25)

Features

  • get token by id return 404 for invalid id (6fc4cb2)

1.40.0 (2022-08-24)

Features

  • add env variable to turn caching on and off, change cache max age to a week (19c1561)
  • express-lru cache for countries/leaderboard (522d9a0)

1.39.0 (2022-08-22)

Features

  • Added GET /wallets route (f959393)

1.38.0 (2022-08-19)

Features

  • get species need to return description (658e201)

1.37.0 (2022-08-19)

Features

  • added species_name for get featured tree (f8e73a6)

1.36.0 (2022-08-16)

Bug Fixes

  • use region name to merge tables instead of region ID (ab04709)

Features

  • add filter by continent (16b721e)

1.35.0 (2022-08-15)

Features

1.34.0 (2022-08-12)

Features

  • implemented Get /trees?planter_id=1&order_by=created_at&desc=true (56ed8b1)

1.33.0 (2022-08-04)

Features

1.32.0 (2022-08-04)

Features

  • use config table to get featured tree (ebfdbf5)

1.31.0 (2022-07-22)

Features

  • add /grower-accounts queries (36283f8)
  • add files to start making grower-account query (b340dc4)
  • add route to get the count of raw-captures w/ or w/o filter & fix tag type (9ca1c18)
  • add selfies query and update other grower queries (f1d4c63)
  • work on grower_account query (need data to test) (8f84a5c)

1.30.0 (2022-07-05)

Bug Fixes

Features

  • added endpoint for getting total no of token/trees per continent for a gived wallet id (6c74951)

1.29.0 (2022-07-04)

Features

  • extended token endpoint to return basic tree info (5a64edd)

1.28.0 (2022-07-02)

Bug Fixes

  • adjust limit to allow for capture exports (ae3535c)
  • query for getting raw-capture by id (c0239ba)

Features

  • add route for raw-captures to allow filter by capture_tag (77f9ccd)
  • add route to get the count of captures w/ or w/o filter (9bc12cc)
  • add sorting back and update capture query with alt joins (97307ab)

1.27.0 (2022-06-28)

Bug Fixes

  • adjust response data to match api conventions (76b3492)

Features

  • add database scripts (deb8da1)
  • add filering captures by id, organization_id, tokenized, and reference_id (e21e8b6)
  • add getCount() to get total results, reduce device info returned (50d689a)
  • add tags array to /v2/captures/:id query (63e3163)
  • update captures queries (0145bbc)
  • update yaml with /v2/captures updates (1f9f90f)

1.26.0 (2022-06-27)

Features

  • added filter by wallet_id for species endpoint (97bbec8)

1.25.0 (2022-06-17)

Bug Fixes

  • update test file as per review (30c6a7c)

Features

  • get-token-list-by-filter,-support-pagination (d7f573f)

1.24.1 (2022-06-14)

Bug Fixes

  • can send wallet name as a query param to the get walletByIdOrName endpoint (3d88d29)

1.24.0 (2022-06-09)

Features

  • extend the BaseRepository to support getByFilter method with offset argument (fe70b44)

1.23.0 (2022-06-08)

Bug Fixes

  • countries are now consistent with continent (17ab4ad)

Features

  • endpoint planters/id now return continent and country name (4002efb)

1.22.0 (2022-06-02)

Features

  • endpoint get/tree/ now returns organization_id and organization_name (4670031), closes #105

1.21.0 (2022-05-30)

Features

  • endpoint get/tree/id now returns species and country info (c46676f), closes #104

1.20.0 (2022-05-28)

Bug Fixes

  • added test for the endpoint and updated api yaml file (1e763f4)
  • added test for the endpoint and updated api yaml file (55f580a)
  • rolled back package.json,changelog.md to the previous stable verified commit (72d85a2)

Features

  • added support tag query parameter for the endpoint /trees? (0321507), closes #52

1.19.0 (2022-05-24)

Features

  • implement denormalized API for GET /v2/captures/id (75d1771)

1.18.3 (2022-05-24)

Bug Fixes

1.18.2 (2022-05-24)

Bug Fixes

1.18.1 (2022-05-24)

Bug Fixes

1.18.0 (2022-05-24)

Features

1.17.0 (2022-05-24)

Features

1.16.0 (2022-05-24)

Features

1.15.0 (2022-05-03)

Features

  • implement GET/planters/featured (7bd6492)

1.14.1 (2022-04-27)

Bug Fixes

  • update planter repository to return the right planter objects as per request's organization_id (63769e7)

1.14.0 (2022-04-20)

Features

  • update trees route to support planted date range filter (ec72fd2)

1.13.0 (2022-04-05)

Bug Fixes

  • add more data points to make test specific (e73dd06)

Features

  • implement v2 for get /countries/leaderboard (1af14ae)

1.12.0 (2022-03-26)

Features

1.11.0 (2022-03-18)

Features

  • implement countries/v2 and countries/v2/[id] (2067e6f)

1.10.0 (2022-03-07)

Bug Fixes

  • replace filter interface with typescript partial interface (b5f4bdc)

Features

  • transactions router with resolver (e4d361a)

1.9.0 (2022-02-24)

Features

  • add planter name api endpoint (a901ba7)

1.8.0 (2022-02-22)

Bug Fixes

  • fix the path tokens (f10b415)
  • rename tokens.ts to Tokens.ts (6741bac)

Features

Reverts

  • Revert "fix: update server/routers/tokensRouter.ts" (aa4f5d3)

1.7.21 (2022-02-16)

Bug Fixes

1.7.20 (2022-02-07)

Bug Fixes

  • get featured trees uses correct column name (c2d9484)

1.7.19 (2022-02-05)

Bug Fixes

1.7.18 (2022-02-05)

Bug Fixes

1.7.17 (2022-02-05)

Bug Fixes

1.7.16 (2022-02-05)

Bug Fixes

1.7.15 (2022-02-05)

Bug Fixes

1.7.14 (2022-02-05)

Bug Fixes

1.7.13 (2022-02-04)

Bug Fixes

1.7.12 (2022-02-04)

Bug Fixes

1.7.11 (2022-02-04)

Bug Fixes

1.7.10 (2022-02-04)

Bug Fixes

1.7.9 (2022-02-04)

Bug Fixes

1.7.8 (2022-02-04)

Bug Fixes

1.7.7 (2022-02-04)

Bug Fixes

1.7.6 (2022-02-04)

Bug Fixes

1.7.5 (2022-02-04)

Bug Fixes

1.7.4 (2022-02-04)

Bug Fixes

1.7.3 (2022-02-04)

Bug Fixes

1.7.2 (2022-02-04)

Bug Fixes

1.7.1 (2022-02-03)

Bug Fixes

  • build error caused by package.json import in app (beaad04)

1.7.0 (2022-02-01)

Features

  • add default order by created_at desc (69b5e66)

1.6.0 (2022-01-30)

Bug Fixes

  • add eslint-disable-next-line (7aab7a0)
  • change getbyidorname to getwalletbyidorname (bc79d3c)
  • change getbyinorname to getwalletbyidname (c77bdc4)

Features

1.5.2 (2022-01-28)

Bug Fixes

  • countries should return a list (79ebc61)
  • return 404 when countries not found (4f1cecb)

1.5.1 (2022-01-28)

Bug Fixes

  • 404 error returned for unknown trees and countries (c40f0e2)
  • updated eslint config and renamed req and next params of error handler (9723abc)

1.5.0 (2022-01-26)

Bug Fixes

  • remove escape characters (064b871)
  • resolve a second conflict with main branch (0371df4)
  • resolve conflict with main branch (d692815)
  • update test with complete sql sentence & add a test without orderBy argument (15377c1)

Features

  • add orderBy functionality to BaseRepository (05bc1d3)

1.4.1 (2022-01-17)

Bug Fixes

  • org return links (c12f754)
  • turn the response value into an array object (db5bb23)

1.4.0 (2022-01-17)

Bug Fixes

Features

1.3.0 (2022-01-15)

Features

  • added github actions to run tests for new PR (f3b53cb)

1.2.3 (2022-01-13)

Bug Fixes

1.2.2 (2022-01-12)

Bug Fixes

1.2.1 (2022-01-12)

Bug Fixes

1.2.0 (2022-01-12)

Features

1.1.0 (2022-01-12)

Features

1.0.4 (2022-01-08)

Bug Fixes

1.0.3 (2022-01-08)

Bug Fixes

1.0.2 (2022-01-08)

Bug Fixes

1.0.1 (2022-01-08)

Bug Fixes

  • correct docker cmd to start (6f2df81)

1.0.0 (2022-01-08)

Bug Fixes

Features