Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Releases: factorialco/tentaclesql

v1.2.5

30 Jun 16:11
6a97e08
Compare
Choose a tag to compare

This release updates dd-trace dependency.

1.2.4

08 Mar 16:04
Compare
Choose a tag to compare

This release makes tentacle to also forward back SQLiteErrors as a 400. It also improves the payload by returning the message instead of the whole object.

v1.2.0

18 Nov 17:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

16 Nov 09:32
Compare
Choose a tag to compare

What's Changed

  • Adding support for file-based schema definition by @gtrias in #10
  • adding publish-npm github action by @gtrias in #13
  • feat: automatic release process + jest coverage by @omarsotillo in #14
  • feat: first changelog prerelease by @omarsotillo in #15
  • feat(server): properly returning 400 HTTP code for syntax errors by @gtrias in #16
  • fix: adding ncu dependency to run yarn run release by @gtrias in #18

Full Changelog: v0.4.0...v1.1.0

Testing in frontend

12 Oct 23:18
Compare
Choose a tag to compare
Testing in frontend Pre-release
Pre-release

Testing in frontend

Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2

v1.0.0-beta.1

27 Sep 10:40
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release
  • CI for npm.com

v1.0.0-beta

27 Sep 08:26
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release
  • Introducing CLI for tentaclesql
  • Introducing library usage for tentaclesql
  • Introducing manual schema definition via yaml file

0.4.0

15 Sep 11:20
9782cf8
Compare
Choose a tag to compare
fix: removes header and use post request with body (#12)

* fix: removes header and use post request with body

* release: 0.4.0

v0.3.0

01 Sep 15:54
Compare
Choose a tag to compare

Sending AST to table generation in order to optimize data fetching

v0.2.3

11 Aug 07:31
Compare
Choose a tag to compare

Adding dd-trace to detect performance bottlenecks in production.

Just ran tentacle with the following command to enable it:

node --require dd-trace/init ./dist/server.js

https://docs.datadoghq.com/tracing/setup_overview/setup/nodejs/?tab=containers#adding-the-tracer-via-command-line-arguments