Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Tags: Pocket/apollo-utils

Tags

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(sentry): adding in sentry context express plugin (#259)

* fix(update): updating package to the latest versions and deploys

* fix(sentry): adding in a sentry context plugin

* chore(script): adding in a semantic release script

* fix(next): ensuring we call the next handler

v3.4.2

Toggle v3.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): update jest monorepo (#256)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v3.4.1

Toggle v3.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): update dependency @apollo/utils.keyvaluecache to v3 (#240)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

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. The key has expired.
feat(logger): add logger over console to errorHandler (#247)

v3.3.4

Toggle v3.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): update dependency ioredis to v5.3.2 (#237)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v3.3.3

Toggle v3.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): update dependency deep-equal-in-any-order to v2 (#241)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v3.3.2

Toggle v3.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): update jest monorepo to v29.5.0 (#238)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v3.3.1

Toggle v3.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): update dependency @apollo/utils.keyvaluecache to v2.1.1 (#229

)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

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. The key has expired.
feat(sentry): add request id (if present) as tag for tracing (#222)

* feat(sentry): add request id (if present) as tag for tracing

https://sentry-docs-git-patch-1.sentry.dev/product/sentry-basics/guides/error-tracing/

[INFRA-1158]

* chore: lint

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.
feat(isostring): add ISOString Custom Scalar to apollo-utils (#220)

* feat(isostring): add ISOString Custom Scalar to apollo-utils

* feat(isostring): remove deprecated batchCacheFn from README

* feat(isostring): fix some code styling issues

* feat(isostring): add SQL date handling forcing tz to UTC, tz-aware Dates in tests

* feat(isostring): readme.md typo repair

Co-authored-by: Kat Schelonka <[email protected]>

* feat(isostring): readme.md typo repair 2

Co-authored-by: Kat Schelonka <[email protected]>

* feat(isostring): update isostring to only accept UTC ISO8601 date inputs

* feat(isostring): export pocket custom scalars

* feat(isostring): force-fail no TZ dates on UTC machines

* feat(isostring): force-fail no TZ dates on UTC machines

---------

Co-authored-by: Kat Schelonka <[email protected]>