Skip to content

Tags: graphql-java/java-dataloader

Tags

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

v3.1.1

Toggle v3.1.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 #104 from lkorth/fix-module-name

Fix invalid Automatic-Module-Name

3.1.0

Toggle 3.1.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 #99 from graphql-java/cache_calls_in_batch_load

ValueCache calls are made inside the batch load call