Skip to content

Tags: denv1se/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 graphql-java#145 from graphql-java/specific-predic…

…ate-for-dl-is-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 graphql-java#136 from kilink/data-loader-helper-al…

…locations

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 graphql-java#131 from graphql-java/ticker_mode_on_…

…scheduled_registry

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 graphql-java#121 from AlexandreCarlton/copy-over-v…

…alue-cache-in-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 graphql-java#118 from zrbrown/change_duplicate_mod…

…ule_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 graphql-java#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 graphql-java#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 graphql-java#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 graphql-java#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 graphql-java#99 from graphql-java/cache_calls_in_b…

…atch_load

ValueCache calls are made inside the batch load call