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

Latest commit

 

History

History
129 lines (95 loc) · 10.4 KB

CHANGELOG.md

File metadata and controls

129 lines (95 loc) · 10.4 KB

(2020-09-08)

Bug Fixes

  • add .is_older method for Meta (like in the Node API). Tests. (bb66689)
  • add .is_older method for Meta (like in the Node API). Tests. (9eb0c71)
  • add raise from for all reraised exceptions (b325166)
  • add test app init migration (a3c9e25)
  • apply_commands types (e6ff52d)
  • call resend with named args, close #42 (24e0de0)
  • change "stack" field to "details", tests. (0ed4804)
  • channel_pattern type (480651e)
  • checks version (cf7efac)
  • dispatch proto4 support, test unknownAction (09bb4da)
  • django security fixes (c1148bb)
  • forbidden answer for sub action (b01138d)
  • github actions typos (0f66cc2)
  • missing docstring (4e93947)
  • mypy as django-stubs dep (b88f85f)
  • pylint satisfaction (c28c160)
  • remove headers arg from Actions callbacks. close #43 (d529198)
  • reset test app migration (0c28303)
  • test refactoring, cleanup (a216c90)
  • tests types (f7cf769)
  • token from cookie, cleanup. answer types extracting. rest tests. (e7e2bfa)
  • unsupported subprotocol format (0004bec)
  • UserChannel action (wrong username property) (686bf1c)
  • wrong logic for throttle (1aad7f9)

Features

  • ActionCommand support for proto4 (11a8340)
  • add 'headers' for action callbacks (5fcbe6e)
  • add semantic_version pkg for subprotocols processing (64f0f75)
  • base implementation of bruteforce protection (throttle class) (006bbc7)
  • bruteforce protection, logux internal settings update (cbc63fb)
  • django >=2.2, <4 support (a295163)
  • load multi type return support, resolved #35 (45ffeec)
  • logux_add support for proto4 (d2c26c1)
  • make cmd for running "logux backend tests" (71142e5)
  • new auth_func signature. (c08fdb2)
  • new settings format, auth cmd, tests, readme update (ae6cd66)
  • proto4 auth support. (f9c2067)
  • require_http_methods for logux url (b8e3cfb)
  • return actions from channel. resolved #35 (098afaa)
  • SubCommand support for proto4, errors. Mypy. (4542c73)
  • subprotocols support, wrongSubprotocol answer (99acab8)

(2020-08-05)

Bug Fixes

  • add test app init migration (a3c9e25)
  • apply_commands types (e6ff52d)
  • call resend with named args, close #42 (24e0de0)
  • change "stack" field to "details", tests. (0ed4804)
  • channel_pattern type (480651e)
  • checks version (cf7efac)
  • dispatch proto4 support, test unknownAction (09bb4da)
  • django security fixes (c1148bb)
  • forbidden answer for sub action (b01138d)
  • missing docstring (4e93947)
  • pylint satisfaction (c28c160)
  • remove headers arg from Actions callbacks. close #43 (d529198)
  • reset test app migration (0c28303)
  • test refactoring, cleanup (a216c90)
  • tests types (f7cf769)
  • token from cookie, cleanup. answer types extracting. rest tests. (e7e2bfa)
  • unsupported subprotocol format (0004bec)

Features

  • ActionCommand support for proto4 (11a8340)
  • add 'headers' for action callbacks (5fcbe6e)
  • add semantic_version pkg for subprotocols processing (64f0f75)
  • load multi type return support, resolved #35 (45ffeec)
  • logux_add support for proto4 (d2c26c1)
  • make cmd for running "logux backend tests" (71142e5)
  • new auth_func signature. (c08fdb2)
  • new settings format, auth cmd, tests, readme update (ae6cd66)
  • proto4 auth support. (f9c2067)
  • require_http_methods for logux url (b8e3cfb)
  • return actions from channel. resolved #35 (098afaa)
  • SubCommand support for proto4, errors. Mypy. (4542c73)
  • subprotocols support, wrongSubprotocol answer (99acab8)

(2020-06-06)

Bug Fixes

(2020-05-06)

Bug Fixes

0.1.1 (2020-04-18)

Features

  • LoguxRequest and LoguxResponse are LoguxValue now
  • Type annotation refactoring
  • Add lint (mypy, flake8) command for make
  • Reduce requirements for Django and requests
  • Add EditConfig
  • Add SemVer
  • Add custom LoguxProxyException

This project adheres to Semantic Versioning.