PackageTrack
Sign in Get early access

github.com/dgraph-io/dgraph

v1.2.8 #153 most downloaded on Go modules dgraph-io/dgraph

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Release timing varies

gaps range from 2 weeks to 5 months

Most releases are documented

notes for 33 of 52 stable releases

Nothing withdrawn

no release was ever pulled

10 years old

2049 releases · first in 2016

0 releases in the last 12 months

see the full history below

Release timeline

2049 releases · Nov 2018 to Aug 2024
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release 849 older releases not drawn

Releases

latest 60 of 2049
  1. v1.2.8 28 Oct 2020

    Nothing published for this version

  2. v1.2.8-rc1 08 Oct 2020 pre-release

    Nothing published for this version

  3. v1.2.8-0.20201008154106-833433fc7547 08 Oct 2020 pre-release

    Nothing published for this version

  4. v1.2.7 21 Sep 2020
    Release notes
    • Added

    • Add --cache_mb and --cache_percentage flags. (#6288)

    • Add flag to set up compression in zero. (#6357)

    • Add flags to set table and vlog loading mode for zero. (#6344)

    • Fixed

    • Don't allow idx flag to be set to 0 on dgraph zero. (#6193)

    • Stop forcing RAM mode for the write-ahead log. (#6261)

    • Return error on closed DB. (#6319)

    • Don't store start_ts in postings. (#6212)

    • Optimize splits by doing binary search. Clear the pack from the main list. (#6334)

    • Add a lock to backups to process one request at a time. (#6341)

    • Use z.Closer instead of y.Closer' (#6396)

    • Force exit if CTRL-C is caught before initialization. (#6408)

    • Fix(Alpha): MASA: Make Alpha Shutdown Again. (#6406)

    • Enterprise features

      • Sort manifests by backup number. (#6281)
      • Skip backing up nil lists. (#6314)
    Open source →
  5. v1.2.7-rc1 19 Aug 2020 pre-release

    Nothing published for this version

  6. v1.2.7-0.20200819061829-271fa66d7527 19 Aug 2020 pre-release

    Nothing published for this version

  7. v1.2.6 31 Jul 2020
    Release notes

    Changed

    • Update Badger. (#5940, #5990)
      • Fix assert in background compression and encryption. (dgraph-io/badger#1366)
      • Avoid panic in filltables() (dgraph-io/badger#1365)
      • Force KeepL0InMemory to be true when InMemory is true (dgraph-io/badger#1375)
      • Tests: Use t.Parallel in TestIteratePrefix tests (dgraph-io/badger#1377)
      • Remove second initialization of writech in Open (dgraph-io/badger#1382)
      • Increase default valueThreshold from 32B to 1KB (dgraph-io/badger#1346)
      • Pre allocate cache key for the block cache and the bloom filter cache (dgraph-io/badger#1371)
      • Rework DB.DropPrefix (dgraph-io/badger#1381)
      • Update head while replaying value log (dgraph-io/badger#1372)
      • Update ristretto to commit f66de99 (dgraph-io/badger#1391)
      • Enable cross-compiled 32bit tests on TravisCI (dgraph-io/badger#1392)
      • Avoid panic on multiple closer.Signal calls (dgraph-io/badger#1401)
      • Add a contribution guide (dgraph-io/badger#1379)
      • Add assert to check integer overflow for table size (dgraph-io/badger#1402)
      • Return error if the vlog writes exceeds more that 4GB. (dgraph-io/badger#1400)
      • Revert "add assert to check integer overflow for table size (dgraph-io/badger#1402)" (dgraph-io/badger#1406)
      • Revert "fix: Fix race condition in block.incRef (dgraph-io/badger#1337)" (dgraph-io/badger#1407)
      • Revert "Buffer pool for decompression (dgraph-io/badger#1308)" (dgraph-io/badger#1408)
      • Revert "Compress/Encrypt Blocks in the background (dgraph-io/badger#1227)" (dgraph-io/badger#1409)
      • Add missing changelog for v2.0.3 (dgraph-io/badger#1410)
      • Changelog for v20.07.0 (dgraph-io/badger#1411)

    Fixed

    • Alpha: Enable bloom filter caching. (#5554)
    • K shortest paths queries fix. (#5596)
    • Add check on rebalance interval. (#5595)
    • Change error message in case of successful license application. (#5593)
    • Remove noisy logs in tablet move. (#5592)
    • Avoid assigning duplicate RAFT IDs to new nodes. Fixes [#5436][]. (#5603)
    • Update badger: Set KeepL0InMemory to false (badger default), and Set DetectConflicts to false. (#5615)
    • Use /tmp dir to store temporary index. Fixes #4600. (#5730)
    • Split posting lists recursively. (#4867)
    • Set version when rollup is called with no splits. (#4945)
    • Return error instead of panic (readPostingList). Fixes #5749. (#5908)
    • ServeTask: Return error if server is not ready. (#6022)
    • Enterprise features
      • Backup: Change groupId from int to uint32. (#5613)
      • Backup: During backup, collapse split posting lists into a single list. (#4682)
      • Backup: Use a sync.Pool to allocate KVs during backup. ([#5579][])
    Open source →
  8. v1.2.6-rc2 27 Jul 2020 pre-release

    Nothing published for this version

  9. v1.2.6-rc1 15 Jun 2020 pre-release

    Nothing published for this version

  10. v1.2.5 02 Jun 2020
    Release notes

    Changed

    • Return error response if encoded response is > 4GB in size. Replace idMap with idSlice in encoder. ([#5359][])
    • Change the default ratio of traces from 1 to 0.01. ([#5405][])

    Fixed

    • Export: Ignore deleted predicates from schema. Fixes [#5053][]. (#5327)
    • Fix segmentation fault in query.go. ([#5377][])
    • Update group checksums when combining multiple deltas. Fixes [#5368][]. ([#5394][])
    • Fix empty string checks. (#5396)
    • Fix protobuf headers check. ([#5381][])
    • Stream the full set of predicates and types during a snapshot. ([#5444][])
    • Use pre-allocated protobufs during backups. (#5508)
    • Replace strings.Trim with strings.TrimFunc in ParseRDF. ([#5494][])
    • Return nil instead of emptyTablet in groupi.Tablet(). ([#5469][])
    • During shutdown, generate snapshot before closing raft node. ([#5476][])
    • Get lists of predicates and types before sending the snapshot. ([#5488][])
    • Move runVlogGC to x and use it in zero as well. (#5468)
    • Fix inconsistent bulk loader failures. Fixes [#5361][]. ([#5537][])

    Security

    • Use SensitiveByteSlice type for hmac secret. (#5451)
    Open source →
  11. v1.2.5-rc1 28 May 2020 pre-release

    Nothing published for this version

  12. v1.2.4 15 May 2020
    Release notes

    This release was removed

    Open source →
  13. v1.2.3 24 Apr 2020
    Release notes

    Changed

    • Support comma separated list of zero addresses in alpha. (#5258)
    • Optimization: Optimize snapshot creation. (#4901)
    • Optimization: Remove isChild from fastJsonNode. (#5184)
    • Optimization: Memory improvements in fastJsonNode. (#5088)
    • Update Badger to commit cddf7c03451c33. (#5273)
      • Compression/encryption runs in the background (which means faster writes)
      • Separate cache for bloom filters which limits the amount of memory used by bloom filters
    • Avoid crashing live loader in case the network is interrupted. (#5268)
    • Enterprise features
      • Backup/restore: Force users to explicitly tell restore command to run without zero. ([#5206][])

    Fixed

    • Check uid list is empty when filling shortest path vars. ([#5152][])
    • Return error for invalid UID 0x0. Fixes [#5238][]. ([#5252][])
    • Skipping floats that cannot be marshalled (+Inf, -Inf, NaN). ([#5199][], #5163)
    • Set correct posting list type while creating it in live loader. (#5012)
    • Add support for tinyint in migrate tool. Fixes #4674. (#4842)
    • Fix bug, aggregate value var works with blank node in upsert. Fixes [#4712][]. ([#4767][])
    • Always set BlockSize in encoder. Fixes #5102. (#5255)
    • Enterprise features
      • Backup schema keys in incremental backups. Before, the schema was only stored in the full backup. ([#5158][])

    Added

    • Add Badger expvar metrics to Prometheus metrics. Fixes #4772. (#5094)
    • Enterprise features
      • Support bulk loader use-case to import unencrypted export and encrypt. ([#5213][])
      • Create encrypted restore directory from encrypted backups. ([#5144][])
      • Add option "--encryption_key_file"/"-k" to debug tool for encryption support. ([#5146][])
      • Support for encrypted backups/restore. Note: Older backups without encryption will be incompatible with this Dgraph version. Solution is to force a full backup before creating further incremental backups. ([#5103][])
      • Add encryption support for export and import (via bulk, live loaders). ([#5155][])
    Open source →
  14. v1.2.2 19 Mar 2020
    Release notes

    Changed

    • Wrap errors thrown in posting/list.go for easier debugging. (#4880)
    • Print keys using hex encoding in error messages in list.go. (#4891)

    Fixed

    • Do not include empty nodes in the export output. (#4896)
    • Fix error when lexing language list. (#4784)
    • Properly initialize posting package in debug tool. ([#4893][])
    • Handle special characters in schema and type queries. Fixes #4933. (#4937)
    • Overwrite values for uid predicates. Fixes #4879. (#4883)
    • Disable @* language queries when the predicate does not support langs. (#4881)
    • Fix bug in exporting types with reverse predicates. Fixes #4856. (#4857)
    • Do not skip over split keys. (Trying to skip over the split keys sometimes skips over keys belonging to a different split key. This is a fix just for this release as the actual fix requires changes to the data format.) (#4951)
    • Fix point-in-time Prometheus metrics. Fixes #4532. (#4948)
    • Split lists in the bulk loader. (#4967)
    • Allow remote MySQL server with dgraph migrate tool. Fixes #4707. (#4860)
    • Enterprise features
      • ACL: Allow uid access. (#4922)
      • Backups: Assign maxLeaseId during restore. Fixes #4816. (#4877)
      • Backups: Verify host when default and custom credentials are used. Fixes #4855. (#4858)
      • Backups: Split lists when restoring from backup. (#4912)
    Open source →
  15. v1.2.2-0.20200316172614-5dfc30aae38e 16 Mar 2020 pre-release

    Nothing published for this version

  16. v1.2.1 06 Feb 2020
    Release notes

    Fixed

    • Fix bug related to posting list split, and re-enable posting list splits. Fixes #4733. (#4742)
    Open source →
  17. v1.2.0 27 Jan 2020
    Release notes

    Changed

    • Allow overwriting values of predicates of type uid. Fixes #4136. (#4411)
    • Algorithms to handle UidPack. (#4321)
    • Improved latency in live loader using conflict resolution at client level. (#4362)
    • Set ZSTD CompressionLevel to 1. (#4572)
    • Splits are now disabled. (#4672)
    • Disk based re-indexing: while re-indexing a predicate, the temp data is now written on disk instead of keeping it in memory. This improves index rebuild for large datasets. (#4440)
    • Enterprise features
      • Breaking changes
        • Change default behavior to block operations with ACLs enabled. (#4390)
      • Remove unauthorized predicates from query instead of rejecting the query entirely. (#4479)

    Added

    • Add debuginfo subcommand to dgraph. (#4464)
    • Support filtering on non-indexed predicate. Fixes #4305. (#4531)
    • Add support for variables in recurse. Fixes #3301. (#4385).
    • Adds @noconflict schema directive to prevent conflict detection. This is an experimental feature. This is not a recommended directive, but exists to help avoid conflicts for predicates which don't have high correctness requirements. Fixes #4079. (#4454)
    • Implement the state HTTP endpoint on Alpha. Login is required if ACL is enabled. (#4435).
    • Implement /health?all endpoint on Alpha nodes. (#4535)
    • Add /health endpoint to Zero. (#4405)
    • Breaking changes
      • Support for fetching facets from value edge list. The query response format is backwards-incompatible. Fixes #4081. (#4267)
    • Enterprise features
      • Add guardians group with full authorization. (#4447)

    Fixed

    • Infer type of schema from JSON and RDF mutations. Fixes #3788. (#4328)
    • Fix retrieval of facets with cascade. Fixes #4310. (#4530)
    • Do not use type keys during tablet size calculation. Fixes #4473. (#4517)
    • Fix Levenshtein distance calculation with match function. Fixes #4494. (#4545)
    • Add <xs:integer> RDF type for int schema type. Fixes #4460. (#4465)
    • Allow @filter directive with expand queries. Fixes #3904. (#4404).
    • A multi-part posting list should only be accessed via the main key. Accessing the posting list via one of the other keys was causing issues during rollup and adding spurious keys to the database. Now fixed. (#4574)
    • Enterprise features
    Open source →
  18. v1.2.0-rc1.0.20240813212104-d6ac87e44e62 13 Aug 2024 pre-release

    Nothing published for this version

  19. v1.2.0-rc1.0.20240725080137-a6e523384dbf 25 Jul 2024 pre-release

    Nothing published for this version

  20. v1.2.0-rc1.0.20240705122402-37a7d0bfc0f1 05 Jul 2024 pre-release

    Nothing published for this version

  21. v1.2.0-rc1.0.20240606210731-3486cf40e2ae 06 Jun 2024 pre-release

    Nothing published for this version

  22. v1.2.0-rc1.0.20240524194203-fffeecdf12ef 24 May 2024 pre-release

    Nothing published for this version

  23. v1.2.0-rc1.0.20240519091101-fcc05d53d2b5 19 May 2024 pre-release

    Nothing published for this version

  24. v1.2.0-rc1.0.20240418110647-041ba1579909 18 Apr 2024 pre-release

    Nothing published for this version

  25. v1.2.0-rc1.0.20240405065356-1777329ef675 05 Apr 2024 pre-release

    Nothing published for this version

  26. v1.2.0-rc1.0.20240403020335-5b69c8b00d98 03 Apr 2024 pre-release

    Nothing published for this version

  27. v1.2.0-rc1.0.20230816142720-8631dab37c95 16 Aug 2023 pre-release

    Nothing published for this version

  28. v1.2.0-rc1.0.20230809170605-0474a00ef4f5 09 Aug 2023 pre-release

    Nothing published for this version

  29. v1.2.0-rc1.0.20230508215612-38980bc4a443 08 May 2023 pre-release

    Nothing published for this version

  30. v1.2.0-rc1.0.20230411231251-8ea591f597a1 11 Apr 2023 pre-release

    Nothing published for this version

  31. v1.2.0-rc1.0.20230321085726-9497f950703d 21 Mar 2023 pre-release

    Nothing published for this version

  32. v1.2.0-rc1.0.20230301222503-1a182e6d9aef 01 Mar 2023 pre-release

    Nothing published for this version

  33. v1.2.0-rc1.0.20230105234309-186c9c23c46d 05 Jan 2023 pre-release

    Nothing published for this version

  34. v1.2.0-rc1.0.20221003164916-a80c6437644c 03 Oct 2022 pre-release

    Nothing published for this version

  35. v1.2.0-rc1.0.20220917195307-afbdf8b2a1a0 17 Sep 2022 pre-release

    Nothing published for this version

  36. v1.2.0-rc1.0.20220917104754-ddee45561a85 17 Sep 2022 pre-release

    Nothing published for this version

  37. v1.2.0-rc1.0.20210522093552-df1300feddf1 22 May 2021 pre-release

    Nothing published for this version

  38. v1.2.0-rc1.0.20210521074701-6550625afcc5 21 May 2021 pre-release

    Nothing published for this version

  39. v1.2.0-rc1.0.20210507061939-d2f1d81e4633 07 May 2021 pre-release

    Nothing published for this version

  40. v1.2.0-rc1.0.20210417211727-69c83890a451 17 Apr 2021 pre-release

    Nothing published for this version

  41. v1.2.0-rc1.0.20210323131453-3ccc521ec9c7 23 Mar 2021 pre-release

    Nothing published for this version

  42. v1.2.0-rc1.0.20210217150504-9cd147ed828f 17 Feb 2021 pre-release

    Nothing published for this version

  43. v1.2.0-rc1.0.20210210143105-fd14216cdb98 10 Feb 2021 pre-release

    Nothing published for this version

  44. v1.2.0-rc1.0.20210122152212-14dca5a38ed4 22 Jan 2021 pre-release

    Nothing published for this version

  45. v1.2.0-rc1.0.20210116085955-071b872b2f90 16 Jan 2021 pre-release

    Nothing published for this version

  46. v1.2.0-rc1.0.20201216182114-2e2228a86782 16 Dec 2020 pre-release

    Nothing published for this version

  47. v1.2.0-rc1.0.20201214133928-b65a8b10c141 14 Dec 2020 pre-release

    Nothing published for this version

  48. v1.2.0-rc1.0.20201211144412-88505f6f14e6 11 Dec 2020 pre-release

    Nothing published for this version

  49. v1.2.0-rc1.0.20201124062216-e210274ddd69 24 Nov 2020 pre-release

    Nothing published for this version

  50. v1.2.0-rc1.0.20201108083214-3b9dd3bd2fed 08 Nov 2020 pre-release

    Nothing published for this version

  51. v1.2.0-rc1.0.20201009131429-bd4d0f7a78a0 09 Oct 2020 pre-release

    Nothing published for this version

  52. v1.2.0-rc1.0.20200903120426-61cfaeaa79e6 03 Sep 2020 pre-release

    Nothing published for this version

  53. v1.2.0-rc1.0.20200901140603-0f3bfb16e3fd 01 Sep 2020 pre-release

    Nothing published for this version

  54. v1.2.0-rc1.0.20200831171620-501f33855aca 31 Aug 2020 pre-release

    Nothing published for this version

  55. v1.2.0-rc1.0.20200827171749-6f883a4713b1 27 Aug 2020 pre-release

    Nothing published for this version

  56. v1.2.0-rc1.0.20200826170800-3638c12c1b75 26 Aug 2020 pre-release

    Nothing published for this version

  57. v1.2.0-rc1.0.20200825055118-7820d71b4b35 25 Aug 2020 pre-release

    Nothing published for this version

  58. v1.2.0-rc1.0.20200822001016-7ac7af636eb0 22 Aug 2020 pre-release

    Nothing published for this version

  59. v1.2.0-rc1.0.20200821235543-42a5968cad5b 21 Aug 2020 pre-release

    Nothing published for this version

  60. v1.2.0-rc1.0.20200821112715-dcce8bf62a73 21 Aug 2020 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