Skip to content

Releases: telegraf/session

v2.0.0-beta.7

v2.0.0-beta.7 Pre-release
Pre-release

Choose a tag to compare

@MKRhere MKRhere released this 28 Jan 07:25
e237c9d
  • Update all peerDependency versions
  • Relax Kysely's peer version
  • Make Telegraf a peerDependency, and reuse Telegraf's SessionStore

v2.0.0-beta.6

v2.0.0-beta.6 Pre-release
Pre-release

Choose a tag to compare

@MKRhere MKRhere released this 10 Mar 07:38
872f978
- "default": "./mongodb.js",
- "types": "./mongodb.d.ts"
+ "types": "./mongodb.d.ts",
+ "default": "./mongodb.js"

v2.0.0-beta.5

v2.0.0-beta.5 Pre-release
Pre-release

Choose a tag to compare

@MKRhere MKRhere released this 09 Mar 14:16
bf98b09
  • Fix for SQL databases not actually inserting store data
  • Build up to ES2019 supported by Node 12+

v2.0.0-beta.4

v2.0.0-beta.4 Pre-release
Pre-release

Choose a tag to compare

@MKRhere MKRhere released this 09 Mar 06:35
24554f5
  • Fix SQL adapters did not call executeTakeFirst() on delete
  • Add homepage, repository, bugs fields to package.json

v2.0.0-beta.3

v2.0.0-beta.3 Pre-release
Pre-release

Choose a tag to compare

@MKRhere MKRhere released this 26 Feb 18:30
5f0c2c3

Refactor options to overloads, and changes to README.

v2.0.0-beta.2

v2.0.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@MKRhere MKRhere released this 26 Feb 16:37
2ba0c30

Minor bugfixes; all store adapters now have their essential params moved up instead of inside { config }.

v2.0.0-beta.1

v2.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@MKRhere MKRhere released this 24 Feb 03:55
8e0325a

Initial release with 5 modules: Redis, MongoDB, SQLite, PostgreSQL, MySQL. Refer to README for docs.