Skip to content

Releases: instill-ai/console

v0.20.2-alpha

28 Mar 08:36
c5d2dbf
Compare
Choose a tag to compare
v0.20.2-alpha Pre-release
Pre-release

0.20.2-alpha (2023-03-28)

Bug Fixes

  • add NEXT_PUBLIC_SET_SECURE_COOKIE to control the cookie behavior (#387) (8b11b1c)

v0.20.1-alpha

27 Mar 14:05
118bde1
Compare
Choose a tag to compare
v0.20.1-alpha Pre-release
Pre-release

0.20.1-alpha (2023-03-27)

Bug Fixes

  • fix onboarding issue when vdp had user in db (#384) (6e0f3b5)
  • update token no matter db had user or not (#386) (2c59339)

v0.20.0-alpha

26 Mar 13:36
3b5b534
Compare
Choose a tag to compare
v0.20.0-alpha Pre-release
Pre-release

0.20.0-alpha (2023-03-26)

Features

Bug Fixes

  • don't specific domain when set cookie (#377) (109a5f9)
  • fix change resource button is not disabled when we need to (#369) (53f5472)
  • fix import path in test (#379) (7463895)
  • fix pipelines table margin bottom issue (#367) (99776bd)
  • fix playwright container version (#375) (bf4924c)

v0.19.0-alpha

01 Mar 11:00
fa32679
Compare
Choose a tag to compare
v0.19.0-alpha Pre-release
Pre-release

0.19.0-alpha (2023-03-01)

Features

  • expose a env that can disable all create, update, delete action (#363) (acdc412)

v0.18.0-alpha

27 Feb 03:04
3dee870
Compare
Choose a tag to compare
v0.18.0-alpha Pre-release
Pre-release

0.18.0-alpha (2023-02-27)

Features

Bug Fixes

v0.17.0-alpha

23 Feb 19:37
b02fae9
Compare
Choose a tag to compare
v0.17.0-alpha Pre-release
Pre-release

0.17.0-alpha (2023-02-22)

Features

Bug Fixes

v0.16.0-alpha

10 Feb 15:31
8c9ee65
Compare
Choose a tag to compare
v0.16.0-alpha Pre-release
Pre-release

0.16.0-alpha (2023-02-10)

console-update

  • We are at Nextjs 13 right now, a brand new world.
  • Adapt newly released mgmt-backend

Features

Bug Fixes

v0.15.0-alpha

14 Jan 19:11
8e75663
Compare
Choose a tag to compare
v0.15.0-alpha Pre-release
Pre-release
chore(main): release 0.15.0-alpha (#315)


## Console update

- Support asynchronously create model
- Support API-GATEWAY
- Implement the integration-test container and run our test in it
- Implement a new way to handle the run-time environment vairables
- Fix various bugs related to integration-test
- Fix bug related to model label displayed icons

v0.14.0-alpha

23 Dec 11:08
178eadf
Compare
Choose a tag to compare
v0.14.0-alpha Pre-release
Pre-release
chore(main): release 0.14.0-alpha (#294)

v0.13.0-alpha

19 Oct 13:03
790c540
Compare
Choose a tag to compare
v0.13.0-alpha Pre-release
Pre-release

0.13.0-alpha (2022-10-04)

Console update

  • Update backend URL to adapt new Protobuf
  • Integrate code-hike to facilitate the code snippet console offered.
  • Fix various UI bug
  • Fix bug that onboarding will fail using Docker

Features

  • extend the time span of our user cookie (#289) (76a6f99)
  • Finish integration test and make it stable (#281) (3fd8d21)
  • replace prism.js with code-hike (#292) (cb61708)
  • unify the gap between elements in every table (#291) (e743820)
  • update console request URL according to new protobuf (#287) (fa7ecc3)

Bug Fixes

  • fix pipeline e2e not stable (#285) (a26e599)
  • fix set-cookie api route issue due to wrong domain name (#284) (c3efcdd)