1.27.0
Changelog
All notable changes to FlowKit will be documented in this file.
The format is based on Keep a Changelog.
1.27.0
Added
- Added FlowDB table
infrastructure.invalid_cell_info
for recording cell information that could not be included ininfrastructure.cell_info
(including cells with null or duplicate cell IDs). #6626 - The file name of FlowDB's automatically generated at init config file can now be specified by setting the
AUTO_CONFIG_FILE_NAME
environment variable. By default this ispostgresql.configurator.conf
.
Changed
- FlowDB now triggers an ANALYZE on newly created cache tables to generate statistics rather than waiting for autovacuum
- FlowDB now produces JSON formatted logs by default. Set
FLOWDB_LOG_DEST=csvlog
for the old default behaviour. - The logging destination of FlowDB can now be configured at init by setting the
FLOWDB_LOG_DEST
environment variable, valid options arestderr
,csvlog
, andjsonlog
. - The location inside the container of FlowDB's automatically generated config file has changed to
/flowdb_autoconf/$AUTO_CONFIG_FILE_NAME
.
What's Changed
- Bump jupyter/scipy-notebook from
053aea4
toa47b0df
by @dependabot in #6632 - Bump cypress from 13.6.0 to 13.11.0 in /flowauth/frontend by @dependabot in #6650
- Use 'SELECT DISTINCT ON' in LastLocation by @jc-harrison in #6622
- Autoanalyze cache tables by @greenape in #6599
- Bump pytest from 8.2.0 to 8.2.2 in /flowapi by @dependabot in #6654
- Bump structlog from 24.1.0 to 24.2.0 in /flowmachine by @dependabot in #6634
- Bump sqlalchemy from 2.0.29 to 2.0.30 in /flowauth by @dependabot in #6569
- Fix slow displacement test by @greenape in #6652
- Bump cryptography from 42.0.7 to 42.0.8 in /flowapi by @dependabot in #6639
- Bump pytest-asyncio from 0.23.6 to 0.23.7 in /flowapi by @dependabot in #6615
- Add invalid_cell_info table and change exclude constraint on cell_info by @jc-harrison in #6627
- Bump approvaltests from 12.2.0 to 12.2.1 in /flowmachine by @dependabot in #6648
- Bump redis from 5.0.5 to 5.0.6 in /flowmachine by @dependabot in #6656
- Json logs by @greenape in #6600
- Allow specifying auto config path by @greenape in #6601
- Bump numpy from 1.26.4 to 2.0.0 in /flowdb/testdata/synthetic_data by @dependabot in #6658
- Bump jupyter/scipy-notebook from
01a2c6c
toe5ef944
by @dependabot in #6659
Full Changelog: 1.26.0...1.27.0