Skip to content

Tags: graphql-java/java-dataloader

Tags

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #183 from graphql-java/update-release-info

Update documentation for new release

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #167 from Hc747/master

Modernise/update Gradle configuration and misc. polishing.

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #145 from graphql-java/specific-predicate-for-dl-i…

…s-respected

If there is a specific predicate for a dataloader - its is the final say on whether to dispatch

v3.2.2

Toggle v3.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #136 from kilink/data-loader-helper-allocations

Avoid allocations in DataLoaderHelper.dispatch when there's no work

v3.2.1

Toggle v3.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #131 from graphql-java/ticker_mode_on_scheduled_re…

…gistry

Ticker mode on ScheduledDataLoaderRegistry

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #121 from AlexandreCarlton/copy-over-value-cache-i…

…n-options

Copy across valueCache in DataLoaderOptions copy constructor

v3.1.4

Toggle v3.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #118 from zrbrown/change_duplicate_module_name

Changed Automatic Module Name to org.dataloader

vv3.1.3

Toggle vv3.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #115 from samuelAndalon/feat/cache-map-get-values

feat: make cache map values accesible for read only purposes

v3.1.3

Toggle v3.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #115 from samuelAndalon/feat/cache-map-get-values

feat: make cache map values accesible for read only purposes

v3.1.2

Toggle v3.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #109 from graphql-java/improve_memory_usage_of_no_…

…op_value_cache

Short circuit value cache look up to avoid object allocations