Skip to content

Latest commit

 

History

History
354 lines (208 loc) · 4.5 KB

CHANGELOG.md

File metadata and controls

354 lines (208 loc) · 4.5 KB

Changelog

0.15.2

2025-01-17

  • Upgrade to sbt-houserules 0.11.3
  • Upgrade to sbt-blowout 0.1.2
  • Upgrade to skunk 1.0.0-M10
  • Fix sbt in CI

0.15.1

2025-01-13

  • Upgrade to skunk 1.0.0-M9
  • Upgrade to sbt 1.10.7
  • Upgrade to enumeration-ext 0.3.1
  • Upgrade to sbt-houserules 0.11.0
  • Upgrade to sbt-ci-release 1.9.2

0.15.0

2024-11-20

  • Upgrade to enumeration-ext 0.3.0
  • Upgrade to skunk 1.0.0-M8

0.14.3

2024-11-06

  • Discard ClosedChannelException in UnixSocketSession.googleCloudRun
  • Deprecate Record
  • Add skunk.upsert helper
  • Make Upsert covariant
  • Upgrade to sbt-ci-release 1.9.0
  • Upgrade to sbt 1.10.5

0.14.2

2024-10-20

  • Add Upsert
  • Upgrade to case-insensitive 1.4.2
  • Upgrade to sbt-ci-release 1.8.0
  • Upgrade to scala 3.3.4
  • Upgrade to sbt-houserules 0.9.0
  • Apply scalafix
  • Upgrade CI dependencies

0.14.1

2024-09-25

  • Upgrade to sbt 1.10.2
  • Upgrade to skunk 1.0.0-M7

0.14.0

2024-08-09

  • Upgrade to enumeration-ext 0.2.0

0.13.4

2024-07-03

  • Add Resource[F, Session[F]] alias SxPool[F]
  • Add Session alias Sx
  • Add codec +: and | extensions
  • Upgrade to cats 2.12.0

0.13.3

2024-05-21

  • Upgrade to sbt 1.10.0
  • Add accessMode and isolationLevel controls to Tx

0.13.2

2024-05-13

  • Upgrade to skunk 1.0.0-M6

0.13.1

2024-04-23

  • Upgrade to skunk 1.0.0-M5
  • Add named parameter

0.13.0

2024-03-20

  • Rename .skunk.codecs.record.encoder and .decoder to .apply

0.12.1

2024-03-20

  • Add .skunk.codecs.record.encoder and .decoder
  • Upgrade to enumeration-ext 0.0.4

0.12.0

2024-03-14

  • Stay on 3.3.x (LTS)

0.11.0

2024-03-01

  • Upgrade to sbt 1.9.9
  • Upgrade to scala 3.4.0
  • Rename Transaction to Tx
  • Add Order instance for Record

0.10.3

2024-01-24

  • Upgrade to skunk 1.0.0-M4

0.10.2

2024-01-23

  • Add skunk arr codec helpers
  • Revert "Upgrade to skunk-ext 1.1.0-M3"

0.10.1

2024-01-22

  • Upgrade to skunk-ext 1.1.0-M3

0.10.0

  • Use F[_] instead of IO in Transaction

0.9.2

2024-01-18

  • Add RecordMissingException

0.9.1

2024-01-18

  • Add ad-hoc skunk enumeration builder

0.9.0

2024-01-07

  • Rename to sql-ext and split into core and skunk package

0.8.3

2024-01-02

  • Add mapping helper that works on a base enum
  • Upgrade to sbt 1.9.8

0.8.2

2023-10-09

  • Add UnixSocketSession

0.8.1

2023-10-09

  • Add enumeration-ext integration

0.8.0

2023-10-08

  • Remove deprecated code
  • Upgrade to skunk 1.0.0-RC1

0.7.1

2023-10-04

  • identifiers -> _identifier
  • Upgrade to sbt-houserules 0.7.4
  • Upgrade to scala 3.3.1

0.7.0

2023-09-04

  • Remove Record.Created and .Updated
  • Deprecate query builder helpers
  • Add codecs._citext
  • Upgrade to sbt-houserules 0.7.2
  • Upgrade to sbt 1.9.4

0.6.0

2023-07-24

  • Make Record types covariant
  • Remove Fragments
  • Upgrade to sbt-houserules 0.7.1
  • Upgrade to sbt 1.9.3

0.5.4

2023-07-06

  • Distinct Insert & Select types

0.5.3

2023-07-06

  • Introduce a table type

0.5.2

2023-07-06

  • Introduce a Columns data structure
  • Deprecate Fragments helpers

0.5.1

2023-06-26

  • Upgrade to sbt 1.9.1
  • Add Transaction.use helper

0.5.0

2023-06-16

  • Remove codecs.enumeration inf favor of enumeration-ext-skunk
  • Upgrade to sbt-houserules 0.7.0
  • Upgrade to sbt-ci-release 1.5.12
  • Upgrade to sbt 1.9.0

0.4.4

2023-05-31

  • Upgrade to skunk 0.6.0

0.4.3

2023-05-26

  • Upgrade to scala 3.3.0
  • Upgrade to case-insensitive 1.4.0

0.4.2

2023-05-08

  • Add enum codec

0.4.1

2023-05-03

  • Upgrade to scala 3.3.0-RC4
  • Upgrade to skunk 0.6.0-RC2

0.4.0

2023-05-02

  • Upgrade to skunk 0.6.0-RC1
  • Upgrade to sbt-houserules 0.6.2

0.3.0

2023-02-12

  • Remove Database helpers
  • Drop support for scala 2.13
  • Upgrade to skunk 0.5.2

0.2.0

2023-01-18

  • Upgrade to skunk 0.5.0
  • Upgrade to sbt 1.8.2

0.1.2

2023-01-04

  • Upgrade to skunk 0.4.0-M3

0.1.1

2022-11-29

  • Upgrade to skunk 0.4.0-M2

0.1.0

2022-11-29

  • Upgrade to skunk 0.4.0-M1
  • ciString -> citext

0.0.5

2022-11-29

  • Upgrade to sbt-houserules 0.6.1
  • Upgrade to sbt-ci-release 1.5.11
  • Upgrade to skunk 0.3.2
  • Upgrade to scala 3.2.1
  • Upgrade to scala 2.13.10
  • Use setup-java caching mechanism

0.0.4

2022-09-12

  • Add Fragments.insert
  • Add Fragments.plain
  • Add convenience Fragments overloads
  • Upgrade to sbt-houserules 0.5.0

0.0.3

2022-09-11

  • Distinct Record implementation for Scala 3

0.0.2

2022-09-11

  • Introduce Fragments helper

0.0.1

2022-09-11

Initial release