Skip to content

Releases: instill-ai/console

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)

v0.12.0-alpha

20 Sep 09:40
e82d3bf
Compare
Choose a tag to compare
v0.12.0-alpha Pre-release
Pre-release
chore(main): release 0.12.0-alpha (#277)

v0.11.0-alpha

07 Sep 14:16
9ec1e04
Compare
Choose a tag to compare
v0.11.0-alpha Pre-release
Pre-release

0.11.0-alpha (2022-09-07)

Console update

  • Update destination configuration feature. Now you can edit your destination setting right in the console.
  • Implement various integration tests focus on the onboarding experience.
  • Make pipeline snippet align with user config.
  • Fix a bug that cookie will be wrongly set in incognito mode.
  • Fix a bug in which the icon of the destination is not correctly displayed.
  • Fix a bug that causes the destination deletion button to be missing.

Features

  • add buffer into calculation of instance cell more button (#268) (19d1470)
  • add destination configuration form (#255) (0164946)
  • Implement onboarding integration test (#271) (f9c494e)
  • Implement source integration test (#272) (b85a285)
  • use env var in pipeline snippet (#275) (3bc4d7a)

Bug Fixes

  • fix cookie_token wrongly set issue (#269) (7e25d9d)
  • fix Select a existing to Select an existing (#264) (87a8584)
  • fix the missing destination deletion (#267) (f96e65c)
  • fix various issues related to destination icons and displayed title (#266) (d86c25c)