PackageTrack
Sign in Get early access

github.com/256dpi/lungo

v0.4.0 256dpi/lungo

What this package is like to depend on

Last release 3 months ago

13 May 2026

Release timing varies

gaps range from 3 weeks to 1.4 years

Some releases are documented

notes for 10 of 34 stable releases

Nothing withdrawn

no release was ever pulled

7 years old

54 releases · first in 2019

4 releases in the last 12 months

see the full history below

Release timeline

54 releases · Nov 2019 to May 2026
2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 54
  1. v0.4.1-0.20260513075643-80ca779fb94d 13 May 2026 pre-release

    Nothing published for this version

  2. v0.4.1-0.20260507201035-731902e23897 07 May 2026 pre-release

    Nothing published for this version

  3. v0.4.0 07 May 2026
    Release notes
    • fixed incorrect bucket file deletion
    • mongokit: fixed projection bug
    • fix engine close deadlock with blocked transactions
    • fixed stale bucket file deletion bug
    • bsonkit: fix regex ordering
    • mongokit: fixed error handling oversight
    • dbkit: harden atomic file write
    • further bucket hardening
    • fixed oplog cleaning
    • mongokit: support falsy/truthy values for $exists
    • mongokit: fix projection inclusion
    • support stream resumption with non-exact timestamp
    • improved transaction checks
    • dbkit: prevent timer leak
    • added missing cursor lock
    • provide context to delete
    • close cursor before clearing it
    • improved stream locking
    • bsonkit: improved utf8 string length checking
    • mongokit: fix $currentDate edge case
    • mongokit: support boolean projection values
    • bsonkit: fix integer compare range
    • bsonkit: improved array access
    • mongokit: improved $size matching
    • use current TX also for db, coll and idx lists
    • sort dbs and colls by name
    • fix bucket cursor handling
    • improved session transaction initialization
    • validate oplog age window
    • mongokit: fix smaller issues
    • mongokit: fix $ne array matching
    • mongokit: fix $type array matching
    • mongokit: fix $exists array matching
    • mongokit: support $pull operator
    • mongokit: support $pullAll operator
    • mongokit: support $addToSet operator
    • mongokit: support $bit operator
    • fix stream/engine closing
    • mongokit: support $push modifiers
    • mongokit: use doc constructor
    • bsonkit: document mutation
    • propagate database invalidation event to collection watchers
    • bsonkit: fix non-finite number crashes
    • bsonkit: prevent modulo by zero panics
    • mongokit: detect $rename overlap
    • mongokit: support $bit* query operators
    • mongokit: support $slice [skip, limit] array form
    • mongokit: add $elemMatch projection operator
    • mongokit: support $mod query operator
    • fix race in Session.startTransaction
    • fix Bucket.Delete clobbering in-progress upload marker
    • mongokit: support $type array operands
    • fix gouroutine leak test
    • validate bucket chunk size
    • prevent crash on failed insert
    • all: make sort retain insertion order
    • bsonkit: handle unlikely timstamp counter overflow
    • mongokit: fixed negative $size match
    • mongokit: test no-op multi $or extraction
    • bsonkit: support multi key indexes
    • bsonkit: support nested multi key indexes
    • updated README
    • mongokit: make $rename atomic
    • mongokit: hardened $addToSet operator
    • mongokit: fixed $size operator array handling
    • reject operator-style replacements
    • only report actually changes documents as modified
    • reject non-empty change stream pipelines
    • bsonkit: look at array items when sorting
    • allow Comment and Hint options
    • mongokit: fixed extraction
    • more bucket lifecycle hardening
    • updated dependencies
    • support dropping index by key
    • implement remaining batch length
    • ci: bumped dependencies
    Open source →
    Release notes

    v0.4.0 Latest

    Latest

    Compare

    Choose a tag to compare

    Open source →
  4. v0.3.9-0.20260507151618-efd693e9e2fc 07 May 2026 pre-release

    Nothing published for this version

  5. v0.3.8 13 Dec 2024
    Release notes
    • file: support collections with "." in the name
    Open source →
    Release notes

    v0.3.8

    Compare

    Choose a tag to compare

    Open source →
  6. v0.3.7 27 Mar 2024
    Release notes
    • test and fix engine goroutine leak
    Open source →
    Release notes

    v0.3.7

    Compare

    Choose a tag to compare

    Open source →
  7. v0.3.7-0.20240327220322-c3501f262477 27 Mar 2024 pre-release

    Nothing published for this version

  8. v0.3.6 19 Feb 2024
    Release notes
    • updated dependencies
    Open source →
    Release notes

    v0.3.6

    Compare

    Choose a tag to compare

    Open source →
  9. v0.3.6-0.20240219194627-3c8dc74b38bb 19 Feb 2024 pre-release

    Nothing published for this version

  10. v0.3.5 08 Oct 2023
    Release notes
    • mongokit: fix "$ne" handling of different classes
    • all: various small fixes
    • require go 1.20
    Open source →
    Release notes

    v0.3.5

    Compare

    Choose a tag to compare

    Open source →
  11. v0.3.5-0.20231008152717-6b3f1a55ad0d 08 Oct 2023 pre-release

    Nothing published for this version

  12. v0.3.4 12 Jun 2023
    Release notes
    • added another upsert test
    • updated mono driver to 1.11.7
    Open source →
    Release notes

    v0.3.4

    Compare

    Choose a tag to compare

    Open source →
  13. v0.3.4-0.20230612195912-6df042caafa1 12 Jun 2023 pre-release

    Nothing published for this version

  14. v0.3.3 06 Sep 2022
    Release notes
    • skip documents after filtering
    Open source →
    Release notes

    v0.3.3

    Compare

    Choose a tag to compare

    Open source →
  15. v0.3.2 06 Sep 2022
    Release notes
    • test zero position on seek error
    • fixed bucket download stream
    • updated mongo driver to 1.10.1
    Open source →
    Release notes

    v0.3.2

    Compare

    Choose a tag to compare

    Open source →
  16. v0.3.2-0.20220906115516-ef32639a4042 06 Sep 2022 pre-release

    Nothing published for this version

  17. v0.3.2-0.20220906114812-ba925523f6aa 06 Sep 2022 pre-release

    Nothing published for this version

  18. v0.3.1 11 May 2022
    Release notes
    • bucket: fix seeking from end
    Open source →
    Release notes

    v0.3.1

    Compare

    Choose a tag to compare

    Open source →
  19. v0.3.1-0.20220511185940-d47719e80d74 11 May 2022 pre-release

    Nothing published for this version

  20. v0.3.0 10 May 2022
    Release notes
    • require non empty index key
    • updated dependencies and support mongodb 5.0 semantics
    • use generic btree
    • use staticcheck instead of golint
    Open source →
    Release notes

    v0.3.0

    Compare

    Choose a tag to compare

    Open source →
  21. v0.2.13-0.20210830165416-74916aa8b732 30 Aug 2021 pre-release

    Nothing published for this version

  22. v0.2.12 30 Aug 2021

    Nothing published for this version

  23. v0.2.11 19 May 2021

    Nothing published for this version

  24. v0.2.11-0.20210519200253-2c770b46af67 19 May 2021 pre-release

    Nothing published for this version

  25. v0.2.10 28 Apr 2021

    Nothing published for this version

  26. v0.2.10-0.20210307095046-e58ca4a77ea8 07 Mar 2021 pre-release

    Nothing published for this version

  27. v0.2.9 27 Feb 2021

    Nothing published for this version

  28. v0.2.8 04 Nov 2020

    Nothing published for this version

  29. v0.2.7 13 Oct 2020

    Nothing published for this version

  30. v0.2.6 06 Aug 2020

    Nothing published for this version

  31. v0.2.6-0.20200806131516-7bd54b45af78 06 Aug 2020 pre-release

    Nothing published for this version

  32. v0.2.6-0.20200806091348-129308cd9614 06 Aug 2020 pre-release

    Nothing published for this version

  33. v0.2.5 25 May 2020

    Nothing published for this version

  34. v0.2.5-0.20200525144510-4e5f39056d0e 25 May 2020 pre-release

    Nothing published for this version

  35. v0.2.4 18 May 2020

    Nothing published for this version

  36. v0.2.3 10 May 2020

    Nothing published for this version

  37. v0.2.2 10 Mar 2020

    Nothing published for this version

  38. v0.2.1 04 Mar 2020

    Nothing published for this version

  39. v0.2.1-0.20200304193823-a5a979266b6e 04 Mar 2020 pre-release

    Nothing published for this version

  40. v0.2.1-0.20200303210128-85b9e3a8ca66 03 Mar 2020 pre-release

    Nothing published for this version

  41. v0.2.0 03 Mar 2020

    Nothing published for this version

  42. v0.1.10 21 Jan 2020

    Nothing published for this version

  43. v0.1.10-0.20200121151429-a2bce2610e0a 21 Jan 2020 pre-release

    Nothing published for this version

  44. v0.1.9 17 Jan 2020

    Nothing published for this version

  45. v0.1.8 29 Dec 2019

    Nothing published for this version

  46. v0.1.7 20 Dec 2019

    Nothing published for this version

  47. v0.1.6 20 Dec 2019

    Nothing published for this version

  48. v0.1.5 27 Nov 2019

    Nothing published for this version

  49. v0.1.4 26 Nov 2019

    Nothing published for this version

  50. v0.1.3 06 Nov 2019

    Nothing published for this version

  51. v0.1.2 06 Nov 2019

    Nothing published for this version

  52. v0.1.1 05 Nov 2019

    Nothing published for this version

  53. v0.1.0 04 Nov 2019

    Nothing published for this version

  54. v0.0.0-20231008152717-6b3f1a55ad0d 08 Oct 2023 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive