Skip to content

Latest commit

 

History

History
137 lines (60 loc) · 5.78 KB

CHANGELOG.md

File metadata and controls

137 lines (60 loc) · 5.78 KB

1.7.1 (2024-04-09)

Bug Fixes

  • deps: bump Snowflake.Data from 3.0.0 to 3.1.0 (#43) (b1f6371)

1.7.0 (2024-03-04)

Features

  • snowflake-column-attribute: allow to reuse same column names if alias is provided (be044c1)

1.6.0 (2024-03-01)

Features

  • command: allow join of tables on itself (d53d6f9)
  • nuget: bump Snowflake.Data to v3.0.0 (6cac371)

1.5.1 (2024-02-21)

Bug Fixes

  • dependencies: remove direct dependency to Meziantou.Analyzer (d6bffee)

1.5.0 (2024-01-28)

Bug Fixes

  • constructor: add missing ctor accepting connection only (ba85756)

Features

  • methods: add overloads without parameter list for asyncs (15e78ad)

1.4.0 (2024-01-26)

Features

  • connection: reuse one connection for better performance (ce21000)

1.3.5 (2024-01-15)

Bug Fixes

  • column: fallback to property name if not provided in attribute (c12e00e)

1.3.4 (2024-01-12)

Bug Fixes

  • attributes: do not modify provided table or attribute name (4d07c7f)

1.3.3 (2023-12-27)

Bug Fixes

  • where: set correct parameter value (690f183)

1.3.2 (2023-12-25)

Bug Fixes

  • deps: bump Snowflake.Data from 2.1.4 to 2.1.5 (#13) (d403ac7)

1.3.1 (2023-12-15)

Bug Fixes

  • project: remove duplicated xml attribute (da970d6)

1.3.0 (2023-12-13)

Features

  • where-clause: reduce risk for injections (1f1c0dd)

1.2.0 (2023-12-13)

Features

  • package: use code analyzers to improve allover, add docs (ceddb6c)

1.1.1 (2023-12-06)

Bug Fixes

  • async: use ConfigureAwait(false) (5719c5c)

1.1.0 (2023-12-04)

Bug Fixes

  • target-framework: add net6.0 support to project files (7099631)
  • target-framework: make net6.0 compatible (47808dd)

Features

  • target-framework: add net6.0 support (1da78eb)

1.0.2 (2023-12-04)

Bug Fixes

  • where: properly handle dynamic arguments (6ea9059)

1.0.1 (2023-11-17)

Bug Fixes

  • deps: bump Snowflake.Data from 2.1.2 to 2.1.3 (#2) (9807c60)

1.0.0 (2023-11-17)

Features

  • project: initial release (b59e50b)