Skip to content

Latest commit

 

History

History
370 lines (225 loc) · 33.5 KB

CHANGELOG.md

File metadata and controls

370 lines (225 loc) · 33.5 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.16.0-alpha.0 (2023-06-02)

⚠ BREAKING CHANGES

  • authentication,router,admin: captcha/cors settings
  • Database schemas export / import (#225)

Features

  • allowContainerCreation switch for storage config (#224) (bdb180f)
  • Authentication Teams UI (authentication/teams CRUD) (#227) (521cf3b)
  • authentication,router,admin: captcha/cors settings (75cd5aa), closes #233
  • authentication: add Team members (#230) (7123283)
  • available security clients table copy client id to clipboard (#226) (139def2)
  • Database schemas export / import (#225) (b5558b9)
  • default field for database enum type (#236) (129d534)
  • email: add secure,ignoreTls settings (2d722f5)
  • export and import functionality for database custom endpoints (#237) (47a0d0c)
  • favicon (#231) (55a53e7)
  • Notifications send form data field (5360ce3)

Bug Fixes

  • authentication: config update access/refreshToken expiry using single state (#222) (1e79a96)
  • chat rooms, database schemas introspection request when press tab (#211) (36ae9ac)
  • Custom query array (#234) (84471e8)
  • database: sort schemas/endpoints by name (#232) (6a92c1a)
  • emailSlice (42a5756)
  • EndpointInput: fixes disabled condition for Query/Body/URL params (#238) (aa95452)
  • fields type parsing (dfa190a)
  • issue with multiple clicks on teams table row (80b1c4b)
  • removed unused clients tab (aab50ed)
  • reset skip-page-search on selected team change (1a81bfc)
  • schema documents not updating after owner/archived change (be5831d)
  • schema editor json crash (7a10b83)
  • storage table actions (af961c5)
  • team fragment key issue (5a1dd89)

0.15.12 (2023-02-14)

Features

  • push-notifications: basic provider support (#219) (cbb7163)

Bug Fixes

  • database: schema editor _id, createdAt, updatedAt field constraints (#220) (77730fe)
  • settings: admin allowed to try to delete self (#221) (2667f80)

0.15.11 (2023-02-02)

Bug Fixes

  • database: unable to set postgres indexes, invalid hash index value (#217) (86a21ab)

0.15.10 (2023-01-31)

Features

  • storage: make S3 storage generic with endpoint specification (#216) (da5b2bf)

0.15.9 (2023-01-20)

Bug Fixes

  • authentication: missing client sessions config (hotfix) (b5875ea)

0.15.8 (2023-01-20)

Features

  • metrics: label injection on prometheus metrics to add namespace when it exists (#215) (52ad5bb)

Bug Fixes

  • metrics: label injection (a2c7e04)

0.15.7 (2023-01-13)

Features

  • captcha in authentication config (#210) (29de7e0)
  • SchemaEditor: defaut values such as _id, creaated, update now are prefilled (#208) (584dd24)

Bug Fixes

  • database: broken relation doc links in document selection (#206) (29269a8)
  • database: custom endpoint lt,le,gt,ge field comparison operators not selectable for date fields (#213) (0fe77b2)
  • Storage fix navigation (#214) (3afa127)

0.15.6 (2022-12-16)

Features

Bug Fixes

  • global fixes (#200) (b21250c)
  • metrics: health status displaying critical on missing data, prometheus job (#204) (606b266), closes #466

0.15.5 (2022-11-25)

Bug Fixes

  • database: custom-endpoints location enum (4e23fcc)
  • SchemaOverview: now showing compiled fields instead of fields (#198) (9d1ca84)

0.15.4 (2022-11-19)

Bug Fixes

  • custom-endpoints: Minor Custom Endpoints fixes (#197) (cc97d8f)

0.15.3 (2022-11-18)

Features

  • SchemaIndexes: added indexes editing for schemas (#195) (40301d5)

Bug Fixes

0.15.2 (2022-11-17)

Bug Fixes

  • assignments check that allows to set ObjectId type to Relation (#192) (12ee6a0)
  • change admin password old-new issue (#188) (6f511f0)
  • Custom endpoints: qol fixes (#194) (0270aac)
  • custom-endpoints: stability fixes (#191) (2a8f33c)
  • Schemas: Schema editing improvements (#190) (28b69e9)

0.15.1 (2022-10-25)

Features

  • Providers: addition of Twitter, LinkedIn, Apple, Reddit, BitBucket (#187) (71f53b6)

0.15.0 (2022-10-21)

Features

Bug Fixes

0.15.0-rc.1 (2022-10-11)

Bug Fixes

  • App: minor bug fixes, code improvements (#173) (c3bf0cd)
  • logs list expanded messages hide issue (#171) (7eee0e0)
  • Storage, Metrics: required fields, capitalization (#174) (5e7e8f4)

0.15.0-rc.0 (2022-10-07)

⚠ BREAKING CHANGES

  • Authentication: config refactor (#156)
  • Tokens: changed JWT to Bearer token as support was dropped (#123)

Features

Bug Fixes

0.14.1 (2022-07-24)

Features

  • added turborepo build & dev pipelines (#112) (85ba94c)

Bug Fixes

  • Conduit-UI: consistent config pages (#111) (67356f6)
  • settings: change password using wrong endpoint (#114) (94d44cc)

0.14.0 (2022-07-15)

⚠ BREAKING CHANGES

  • conduit-ui: changes for 0.14

Features

  • conduit-ui package json scripts to build the ui library (#102) (5b04111)
  • global.css: global css and scrollbar styles (70d048b)

Bug Fixes

  • cancel button: cancel button outlined (6c6b61c)

  • cancel button: cancel button outlined (8b2662d)

  • Conduit-UI: admin url, graphql url, config patch (f61898e)

  • Conduit-UI: server-side css (#109) (9047cdd)

  • CustomQueries: fix overflow, select endpoint, styles (61bca30)

  • home-introspection: text, list styles (5f3bd3f)

  • index: primary/secondary experiments (851bbe6)

  • IntrospectionLayout: duplicate import (8c57161)

  • Multisect: props for settings select styles (1da43f1)

  • Permissions: changed namings, improved theme visisibility (#101) (0a24df7)

  • SchemaOverview: grid responsiveness (fc9facb)

  • SchemaOverview: grid responsiveness and logo (d4b9a48)

  • swapped primary/secondary colors (79689e9)

  • width of tables-tabs: tables-tabs bigger width, styles (ed8f073)

  • conduit-ui: changes for 0.14 (9f25c09)

0.13.1 (2022-06-23)

Bug Fixes

  • introspection: loading (#98) (dc96e54)
  • SchemaEditor: confirmation dialog on exit, save is not possible … (#97) (fefc614)

0.13.0 (2022-06-17)

Features

  • Security: better way to preview your security client notes, cop… (#89) (c5c6f6f)

Bug Fixes

0.13.0-rc.1 (2022-06-14)

Features

  • storage: support aliyun oss config (#87) (dccb367)

Bug Fixes

  • alias: now an optional property updating client (#85) (1c611ec)
  • build: defaults provider to local on storage initialization (#88) (abd42b4)

0.13.0-rc.0 (2022-06-07)

⚠ BREAKING CHANGES

  • conduit-ui: client id/secret validation mechanism control (#70)

Features

  • conduit-ui: client id/secret validation mechanism control (#70) (669495e)
  • conduit-ui: new authentication module config options (#69) (e56526e)
  • introspection: introspection card on homepage ofr imported/foreign schemas (#79) (a02283b)
  • introspection: introspection UI (#75) (19e80e6)
  • Loading: added a new non intrusive loading animation (#74) (8caf71e)

Bug Fixes

  • emailValidation: workaround for working email regexp (#71) (5272fae)
  • Layout: the config now comes from nextjs method getConfig on the client-side (#81) (687c3de)
  • Schema-editor: responsible thunk now has the option to not show error msg when not needed (#83) (cce00cc)

0.12.3 (2022-04-29)

Features

  • monorepo: Conduit UI is now a monorepo (#62) (a4931e4), closes #63

Bug Fixes

  • ui-components: baseUrl in SwaggerModal (cc3ea7d)