Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 4.19 KB

CHANGELOG.md

File metadata and controls

69 lines (48 loc) · 4.19 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project aims to adhere to Semantic Versioning.

()

Fixes

Changes

Additions

Removals

2.4.2 (Tuesday, 1 December 2020)

Fixes

  • Specify the local disk when fetching openapi.yaml file. (knuckleswtf#150)

2.4.1 (Monday, 30 November 2020)

Changes

2.4.0 (Monday, 30 November 2020)

Turns out 2.2.0 wasn't really working.😕 This version fixes that, but introduces a behaviour change, so it may be a breaking change.

This version introduces the config key database_connections_to_transact (and deprecates continue_without_database_transactions). To enable database transactions for a connection, add it to database_connections_to_transact; To skip it, remove it. By default database_connections_to_transact is set to config('database.default'), so most people shouldn't need to do anything.

Commit: https://github.com/knuckleswtf/scribe/commit/5c51486a138b831aa9b6bad549dace80bfcc3e5d

2.3.0 (Sunday, 15 November 2020)

Changes

2.2.1 (Saturday, 14 November 2020)

Fixes

2.2.0 (Wednesday, 11 November 2020)

Scribe is now much faster! In my tests, processing an application with about a dozen routes went from 4 minutes to 3 seconds. Fixed a pain point by using amphp/parallel-functions to start/stop database transactions for all connections in parallel. (https://github.com/knuckleswtf/scribe/commit/20980712e5ed46c059d1d4a2d67aee3051ef84c4)

2.1.0 (Tuesday, 10 November 2020)

Changes

Fixes

2.0.3 (Monday, 2 November 2020)

Changes

2.0.2 (Friday, 30 October 2020)

Fixes

2.0.1 (Monday, 26 October 2020)

Fixes

2.0.0 (Saturday, 24 October 2020)

See https://scribe.readthedocs.io/en/latest/migrating-v2.html