Skip to content

Releases: zerodha/kiteconnectjs

v5.3.0

Choose a tag to compare

@ranjanrak ranjanrak released this 23 Apr 12:12
e366e45

What's Changed

  • feat: add autoslice support in placeOrder and public type fixes by @ranjanrak in #123

Full Changelog: v5.2.0...v5.3.0

v5.2.0

Choose a tag to compare

@ranjanrak ranjanrak released this 27 Mar 16:08
a514e4d

What's Changed

  • feat: add market_protection param to placeOrder and modifyOrder by @ranjanrak in #118

Full Changelog: v5.1.0...v5.2.0

v5.1.0

Choose a tag to compare

@ranjanrak ranjanrak released this 21 Jul 14:13
78fdcf5

What's Changed

  • feat: export types, fix timezone, enhance order interface, resolve security issues by @ranjanrak in #114

Full Changelog: v5.0.1...v5.1.0

v5.0.1

Choose a tag to compare

@ranjanrak ranjanrak released this 23 Aug 10:46

What's Changed

  • feat: add disconnect ticker method with no re-connection mechanism by @ranjanrak in #102

Full Changelog: v5.0.0...v5.0.1

v5.0.0

Choose a tag to compare

@ranjanrak ranjanrak released this 13 Jun 10:15
3a57004

What's Changed

  • feat: refactor codebase to TypeScript and add TSDoc documentation by @ranjanrak in #101

Breaking Changes

  • TypeScript Conversion: The entire codebase has been converted to TypeScript. This means type definitions are now included, and any custom integrations may need to be updated to match the new type definitions.
  • Node.js Version Requirement: The minimum required Node.js version is now 18.0.0. Please upgrade your Node.js installation if you are using an older version.
  • API Changes: Updated various function signatures and added explicit types for better TypeScript support.

Full Changelog: https://github.com/zerodha/kiteconnectjs/blob/master/CHANGELOG.md#kite-v5---typescript

v4.1.0

Choose a tag to compare

@vividvilla vividvilla released this 09 Jan 08:11

Features

What's Changed

  • replace ; with , and removing unused variable by @bhavyasf in #73
  • feat: add all mode ticker unitTests by @ranjanrak in #74
  • fix(examples/connect): declare kc (kiteconnect client) with let and shorten expression in ticker.js by @bhavyasf in #75
  • feat: expose onmessage event callback by @ranjanrak in #79
  • remove unused function by @bhavyasf in #81
  • fix: add missing parameter documentation by @marsonya in #83
  • chore: update kiteconnect login URL by @ranjanrak in #82
  • chore: remove stale docs artifacts by @rhnvrm in #86
  • feat: add doc generation steps in readme by @ranjanrak in #87
  • feat: add getAuctionInstruments, variety in place order, auction tests and update submodule by @ranjanrak in #90
  • feat: add unit tests for order charges by @ranjanrak in #91

New Contributors

Full Changelog: v4.0.1...v4.1.0

v4.0.1

Choose a tag to compare

@vividvilla vividvilla released this 06 Jun 06:42
  • Added tests
  • Added iceberg and TTL order params to docs

v4.0.0

Choose a tag to compare

@vividvilla vividvilla released this 05 Oct 11:28

Breaking changes

v4 is a breaking major release with multiple changes

  • Upgrade deps and set minimum nodejs version to 8.0.0+
  • Return promise instead of throwing error on generateSession and renewAccessToken
  • Handle gtt payload validation and throw proper error
  • Change ticker response attributes naming as per kite connect doc

What's Changed

New Contributors

Full Changelog: v3.1.0...v4.0.0

Bugfixes

Choose a tag to compare

@vividvilla vividvilla released this 02 Mar 11:01
v3.1.0

chore: upgrade version to v3.1.0

Bug fixes

Choose a tag to compare

@vividvilla vividvilla released this 21 Dec 07:42
  • fix: historical excluding last candle
  • fix: exitOrder missing return statement