Skip to content

Commit dcdba01

Browse files
committed
Release v0.18.0
1 parent 0abb3f3 commit dcdba01

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,23 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

5-
## [Unreleased](https://github.com/livebook-dev/livebook/tree/main)
5+
## [v0.18.0](https://github.com/livebook-dev/livebook/tree/v0.18.0) (2025-12-01)
6+
7+
### Added
8+
9+
* `LIVEBOOK_IMAGE_REGISTRY_URL` env var to configure a custom Docker image registry ([#3066](https://github.com/livebook-dev/livebook/pull/3066))
10+
* Git file storage for Teams app servers ([#3056](https://github.com/livebook-dev/livebook/pull/3056), [#3075](https://github.com/livebook-dev/livebook/pull/3075))
11+
* New fields to `LIVEBOOK_LOG_METADATA` to support structured data in code evaluation logs ([#3077](https://github.com/livebook-dev/livebook/pull/3077), [#3078](https://github.com/livebook-dev/livebook/pull/3078))
12+
* Support for grouping Teams apps into folders and updated apps page ([#3088](https://github.com/livebook-dev/livebook/pull/3088), [#3091](https://github.com/livebook-dev/livebook/pull/3091), [#3099](https://github.com/livebook-dev/livebook/pull/3099), [#3101](https://github.com/livebook-dev/livebook/pull/3101))
13+
* Support for Google Workspace OIDC in Teams apps ([#3102](https://github.com/livebook-dev/livebook/pull/3102))
14+
15+
### Changed
16+
17+
* Drag-and-drop of `.csv` and `.parquet` files to generate ADBC code ([#3085](https://github.com/livebook-dev/livebook/pull/3085))
18+
19+
### Removed
20+
21+
* `LIVEBOOK_FIPS` env var using deprecated OTP API in favour of `ERL_AFLAGS="-crypto fips_mode true"` ([#3097](https://github.com/livebook-dev/livebook/pull/3097))
622

723
## v0.17
824

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
66
use Mix.Project
77

88
@elixir_requirement "~> 1.18"
9-
@version "0.18.0-dev"
9+
@version "0.18.0"
1010
@description "Automate code & data workflows with interactive notebooks"
1111

1212
def project do

0 commit comments

Comments
 (0)