Skip to content

Releases: dartkron/leetcodeBot

Flexible schedule for sending daily tasks and version update

Choose a tag to compare

@dartkron dartkron released this 12 Nov 23:31
eb7f4f2
  • Now subscribers can choose an hour to receive daily tasks.
  • Go module version updated to v3.

v3.0.1

Choose a tag to compare

@dartkron dartkron released this 02 Oct 00:49
c7f6143
  • bug fixes in storage/ydb
  • new tests for storage/ydb
  • database schema change

New Leetcode API version, context and tests

Choose a tag to compare

@dartkron dartkron released this 01 Oct 14:04
4c40758
  • At October 1 Leetcode changed API for daily challenges. So there is no more itemID-links and titleSlug working as ID. Also separate interface of daily challenges gone away, so URLs also new.
  • Leetcode client and whole bot app respect context now.
  • Test coverage significantly increased from prev version.
  • Code climate rate is A now and no issues left.

Task difficulty hints

Choose a tag to compare

@dartkron dartkron released this 26 Sep 14:34
73cc7dd
  • Added task difficulty hints for tasks.
  • Readme updated with example of using client library.
  • Removed old python version.

First golang version

Choose a tag to compare

@dartkron dartkron released this 26 Sep 14:29
bc4796c

Successor of python version. Much faster on initialization and in general. Also Golang package management more mature from my point of view, so client library could be reused bit easily.

Stable python version

Choose a tag to compare

@dartkron dartkron released this 26 Sep 14:27
0c60398

Stable python version. By some reason initialization of python functions in Yandex.Cloud took up to 700-800ms, which is significant.
So this is the last version with python.