Skip to content

Releases: getmeli/meli

v1.0.0-next.36

10 Dec 13:27
Compare
Choose a tag to compare
v1.0.0-next.36 Pre-release
Pre-release

1.0.0-next.36 (2020-12-10)

Features

  • do not use promise all when creating indexes (2c7ebed)

v1.0.0-next.35

10 Dec 13:01
Compare
Choose a tag to compare
v1.0.0-next.35 Pre-release
Pre-release

1.0.0-next.35 (2020-12-10)

Bug Fixes

  • missing sparse index option (1e65d14)
  • use sparse index for array fields (0f037f9)

v1.0.0-next.34

10 Dec 11:58
Compare
Choose a tag to compare
v1.0.0-next.34 Pre-release
Pre-release

1.0.0-next.34 (2020-12-10)

Features

  • update site main branch when none is defined (9377e81)

v1.0.0-next.33

10 Dec 11:22
Compare
Choose a tag to compare
v1.0.0-next.33 Pre-release
Pre-release

1.0.0-next.33 (2020-12-10)

Bug Fixes

  • more indexes causing issues (dc384c1)

v1.0.0-next.32

10 Dec 11:14
Compare
Choose a tag to compare
v1.0.0-next.32 Pre-release
Pre-release

1.0.0-next.32 (2020-12-10)

Bug Fixes

  • more indexes causing issues (aade94c)

v1.0.0-next.31

10 Dec 11:03
Compare
Choose a tag to compare
v1.0.0-next.31 Pre-release
Pre-release

1.0.0-next.31 (2020-12-10)

Bug Fixes

  • cannot update site when no main branch selected (eb34433)
  • more indexes causing issues (2b091d6)

v1.0.0-next.30

10 Dec 10:49
Compare
Choose a tag to compare
v1.0.0-next.30 Pre-release
Pre-release

1.0.0-next.30 (2020-12-10)

Bug Fixes

  • mongo index error on site (190fb00)
  • site main branch is required (2420ad4)

v1.0.0-next.29

10 Dec 10:29
Compare
Choose a tag to compare
v1.0.0-next.29 Pre-release
Pre-release

1.0.0-next.29 (2020-12-10)

Bug Fixes

  • duplicate index key error team.member undefined (10341f2)

v1.0.0-beta.2

10 Dec 23:20
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

1.0.0-beta.2 (2020-12-10)

Bug Fixes

  • auth: catch verify token error (01dbcc7)
  • caddy: match host without port (eeeaefe)
  • standalone: ui env not generated (6224964)
  • standalone: update entrypoint (1ef2b4b)
  • standalone: write ui env file in entrypoint (e73626e)
  • caddy config uses site url instead of host (7649c3b)
  • cannot update site when no main branch selected (eb34433)
  • deadlock during caddy config reload (ac8ba64)
  • default email template dir doesn't match docker setup (a07c630)
  • disable ssl for sites temporarily (4477259)
  • docker image overrides ui in dockerhub (2596103)
  • duplicate index key error team.member undefined (10341f2)
  • email template dir incorrect (13fd39c)
  • fallback host should use host, not url (48dd216)
  • missing default value error when sites dir not set (82a1336)
  • missing guard on current org member endpoint (5f4945b)
  • missing migrations dir in unified docker image (919e12c)
  • missing sparse index option (1e65d14)
  • mongo index error on site (190fb00)
  • more indexes causing issues (dc384c1)
  • more indexes causing issues (aade94c)
  • more indexes causing issues (2b091d6)
  • only use host part of sites url (ca2f07a)
  • persist caddy config and resume it on restart (d8f01f3)
  • reconfigure site in caddy on release upload (d374427)
  • remove all hook indexes (4e3dd95)
  • remove index on team.hooks (d39c93d)
  • site main branch is required (2420ad4)
  • site name index should be 1, not text (33d2948)
  • try to fix SSL (f8acc33)
  • typo in 523 page (eb00f57)
  • ui responds only to / (eb09f41)
  • unique options causes issues on name text index (729bcd0)
  • use sparse index for array fields (0f037f9)
  • wildcard fallback causes tls errors (6a612cb)

Features

  • add fallback for unknown hosts (9e0df52)
  • add hook payloads (e209fbd)
  • add system info route (daac2b3)
  • allow limiting max orgs (e9720e9)
  • basic ssl configuration (d2ce463)
  • configure caddy to server api and ui (5a3566a)
  • debug log env (58153d9)
  • default sites domain to main host (c2ff7a2)
  • do not use promise all when creating indexes (2c7ebed)
  • enhance error logging (a039fee)
  • force redirect path to start with slash (b3f29e5)
  • in-memory login with user and password (36c7cd5)
  • make email config optional (a5194f2)
  • make index creation non-blocking (1ee2b7b)
  • option to disable caddy config for ui/api (3629cbb)
  • redirect 404 to each site /404.html (050268f)
  • remove ssl env vars (4ffceb0)
  • rename debug scope (4e5848a)
  • rename docker image (8a90e48)
  • rename env vars that require a url (786534a)
  • simplify deployment (c53702c)
  • simplify env configuration (a6ff61f)
  • specify jwt token expiration as ms (4477640)
  • split authentication methods and org access check (8877034)
  • split env and env spec (7be1864)
  • unified docker image (7e19fe5)
  • update site main branch when none is defined (9377e81)
  • update unified image (4762554)

v1.0.0-next.28

09 Dec 17:24
Compare
Choose a tag to compare
v1.0.0-next.28 Pre-release
Pre-release

1.0.0-next.28 (2020-12-09)

Features