Jellyfish-Insights / andromeda

Don’t be held hostage by other providers. Own and aggregate your data from organic and paid campaigns in a single place to pull and review as needed
http://jellyfishinsights.com/
Apache License 2.0
11 stars 5 forks source link

Bump Google.Apis.YouTubeAnalytics.v2, Google.Apis and Newtonsoft.Json #229

Open dependabot[bot] opened 4 months ago

dependabot[bot] commented 4 months ago

Bumps Google.Apis.YouTubeAnalytics.v2, Google.Apis and Newtonsoft.Json. These dependencies needed to be updated together. Updates Google.Apis.YouTubeAnalytics.v2 from 1.36.1.1406 to 1.68.0.3106

Release notes

Sourced from Google.Apis.YouTubeAnalytics.v2's releases.

API versioning support

Features:

  • API versioning support implemented in both support and generated libraries.

Universe domain support

Features:

  • Universe Domain support:
    • Authentication: #2635
    • Discovery based libraries: #2675

Update target frameworks

Features:

  • Update target frameworks to more modern ones. See #2561 and #2644 .

v1.65.0

Fixes:

  • #2613 Default JSON serializer is not affected by global JSON settings.
  • #2630 Tune authorization token staleness and validity windows so that it doesn't overlap with Metadata Server authorization token caching.

Features:

  • #2616 Makes batch response handling more efficient, particularly benefiting large responses.

Fix: Discovery date/time types handling

Fixes:

  • Discovery date/time types handling: #2575 and #2580

Features: Checks BIOS for detecting GCE residency when building Aplication Default Credentials.

Features

  • #2577 Checks BIOS for detecting GCE residency.

v1.62.1 Fix: Use ordinal comparisons for string operations

Bugs:

  • #2546 Which uses ordinal comparisons for string operations.

v1.62.0 Bug fix and new feature

Updates version: 1.61.0 -> 1.62.0

Bugs:

  • #2506 Which uses the invariant culture to convert DateTimeOffset.

Features:

... (truncated)

Commits


Updates Google.Apis from 1.36.1 to 1.68.0

Release notes

Sourced from Google.Apis's releases.

API versioning support

Features:

  • API versioning support implemented in both support and generated libraries.

Universe domain support

Features:

  • Universe Domain support:
    • Authentication: #2635
    • Discovery based libraries: #2675

Update target frameworks

Features:

  • Update target frameworks to more modern ones. See #2561 and #2644 .

v1.65.0

Fixes:

  • #2613 Default JSON serializer is not affected by global JSON settings.
  • #2630 Tune authorization token staleness and validity windows so that it doesn't overlap with Metadata Server authorization token caching.

Features:

  • #2616 Makes batch response handling more efficient, particularly benefiting large responses.

Fix: Discovery date/time types handling

Fixes:

  • Discovery date/time types handling: #2575 and #2580

Features: Checks BIOS for detecting GCE residency when building Aplication Default Credentials.

Features

  • #2577 Checks BIOS for detecting GCE residency.

v1.62.1 Fix: Use ordinal comparisons for string operations

Bugs:

  • #2546 Which uses ordinal comparisons for string operations.

v1.62.0 Bug fix and new feature

Updates version: 1.61.0 -> 1.62.0

Bugs:

  • #2506 Which uses the invariant culture to convert DateTimeOffset.

Features:

... (truncated)

Commits
  • f7788cc Update discovery documents and generated code
  • a8db127 chore: Skip generation of Integrations V1.
  • 54feb73 Update generated 1.67.0 -> 1.68.0
  • 984b6d6 chore: Update generator to support API versioning.
  • 6f4cb66 Update discovery documents and generated code
  • c278bbe refactor: Minor improvements to IsLinuxGoogleBiosAsync
  • 90f0a47 Update discovery documents and generated code
  • 32fcc76 Update discovery documents and generated code
  • 5b340dd chore(deps): update xunit-dotnet monorepo
  • a75525c Update support version 1.67.0 -> 1.68.0
  • Additional commits viewable in compare view


Updates Newtonsoft.Json from 11.0.2 to 13.0.3

Release notes

Sourced from Newtonsoft.Json's releases.

13.0.3

  • Fix - Fixed parsed zero decimals losing trailing zeroes
  • Fix - Fixed parsed negative zero double losing negative
  • Fix - Fixed null string being reported as String rather than JTokenType.Null

13.0.2

  • New feature - Add support for DateOnly and TimeOnly
  • New feature - Add UnixDateTimeConverter.AllowPreEpoch property
  • New feature - Add copy constructor to JsonSerializerSettings
  • New feature - Add JsonCloneSettings with property to disable copying annotations
  • Change - Add nullable annotation to JToken.ToObject(Type, JsonSerializer)
  • Change - Reduced allocations by reusing boxed values
  • Fix - Fixed MaxDepth when used with ToObject inside of a JsonConverter
  • Fix - Fixed deserializing mismatched JToken types in properties
  • Fix - Fixed merging enumerable content and validate content
  • Fix - Fixed using $type with arrays of more than two dimensions
  • Fix - Fixed rare race condition in name table when deserializing on device with ARM processors
  • Fix - Fixed deserializing via constructor with ignored base type properties
  • Fix - Fixed MaxDepth not being used with ISerializable deserialization

13.0.1

  • New feature - Add JsonSelectSettings with configuration for a regex timeout
  • Change - Remove portable assemblies from NuGet package
  • Change - JsonReader and JsonSerializer MaxDepth defaults to 64
  • Change - Change InvalidCastException to JsonSerializationException on mismatched JToken
  • Fix - Fixed throwing missing member error on ignored fields
  • Fix - Fixed various nullable annotations
  • Fix - Fixed annotations not being copied when tokens are cloned
  • Fix - Fixed naming strategy not being used when deserializing dictionary enum keys
  • Fix - Fixed serializing nullable struct dictionaries
  • Fix - Fixed JsonWriter.WriteToken to allow null with string token
  • Fix - Fixed missing error when deserializing JToken with a contract type mismatch
  • Fix - Fixed JTokenWriter when writing comment to an object

12.0.3

  • New feature - Added support for nullable reference types
  • New feature - Added KebabCaseNamingStrategy
  • Change - Package now uses embedded package icon
  • Fix - Fixed bug when merging JToken with itself
  • Fix - Fixed performance of calling ICustomTypeDescriptor.GetProperties
  • Fix - Fixed serializing Enumerable.Empty and empty arrays on .NET Core 3.0
  • Fix - Fixed deserializing some collection types with constructor
  • Fix - Fixed deserializing IImmutableSet to ImmutableHashSet instead of ImmutableSortedSet
  • Fix - Fixed deserializing IImmutableDictionary to ImmutableDictionary instead of ImmutableSortedDictionary
  • Fix - Fixed deserializing into constructors with more than 256 parameters
  • Fix - Fixed hang when deserializing JTokenReader with preceding comment
  • Fix - Fixed JSONPath scanning with nested indexer
  • Fix - Fixed deserializing incomplete JSON object to JObject
  • Fix - Fixed using StringEnumConverter with naming strategy and specified values

... (truncated)

Commits
  • 0a2e291 Remove prerelease for 13.0.3
  • 4949c66 Update to 13.0.3-beta1
  • 5702581 Fix: Null String being reported as String rather than JTokenType.Null (#2796)
  • c908de3 Fix not returning negative double from box cache (#2777)
  • 2afdccd Fix parsed decimal losing trailing zeroes (#2769)
  • 4fba53a Remove prerelease for 13.0.2
  • b15df4b Add missing headers
  • 789bfd3 Update to 13.0.2-beta3
  • b13717a Add JsonCloneSettings to disable copy annotations (#2757)
  • d0a328e Fix MaxDepth not being used with ISerializable deserialization (#2736)
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)