Skip to content

Releases: lnbits/bolt11

2.0.6

16 May 07:35
6be8831
Compare
Choose a tag to compare

What's Changed

  • [CHORE] cleanup unused files by @dni in #38
  • [TEST] add codecov coverage to workflows by @dni in #19
  • feat: add expiry_date property for Bolt11 model by @dni in #39
  • Bump black from 23.7.0 to 24.3.0 by @dependabot in #41
  • fix typing for python 3.8 by @sutt in #42
  • fix: expiry should default to 3600 by @dni in #43

New Contributors

Full Changelog: 2.0.5...2.0.6

2.0.5

25 Aug 09:40
0f4edda
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.4...2.0.5

2.0.4

24 Aug 07:01
7666960
Compare
Choose a tag to compare

What's Changed

  • [BUG] bitstring backwards compatibility with pyln-client by @dni in #35

Full Changelog: 2.0.3...2.0.4

2.0.3

18 Aug 07:19
75ce3cc
Compare
Choose a tag to compare

Full Changelog: 2.0.2...2.0.3

2.0.2

18 Aug 07:06
fc0dfe5
Compare
Choose a tag to compare

What's Changed

  • chore(exception): remove unnecessary exception Bolt11PrefixInvalidException by @theborakompanioni in #33
  • [CHORE] update deps and remove type ignores by @dni in #34

New Contributors

Full Changelog: 2.0.1...2.0.2

2.0.1

17 Aug 18:38
4c8aa6c
Compare
Choose a tag to compare

What's Changed

  • [FIX] add missing exports by @michael1011 in #29
  • Style fixes by @michael1011 in #30
  • [FEAT] better errorhandling of prefix and hrp, fix for signet decoding by @dni in #31
  • [BUG] Feature encoding was not working all the time by @dni in #32

New Contributors

Full Changelog: 2.0.0...2.0.1

2.0.0

11 Aug 16:15
ba12a29
Compare
Choose a tag to compare

What's Changed

  • [TEST] precommit add pylint by @dni in #20
  • [TEST] add ruff [CHORE] fixed line-length by @dni in #23
  • [FEAT] add proper bolt11 validation with tests + encode cli by @dni in #18
  • [BUG] fix missing feature by @dni in #25
  • [REFACTOR] add class Tags, Tag, TagChar by @dni in #27
  • [BUG] multiple routing hints by @dni in #28

Full Changelog: 1.0.4...2.0.0

1.0.4

07 Aug 06:45
80af1b3
Compare
Choose a tag to compare
backwards compatibility for amount_msat and date

1.0.3

18 Jul 07:09
e5d70e8
Compare
Choose a tag to compare
make feature extra bits more generic

1.0.2

11 Jul 07:16
0932817
Compare
Choose a tag to compare
fix small paymenthash none issue