Skip to content

Tags: guizmaii-opensource/zio-temporal

Tags

0.7.0

Toggle 0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Scala 3 only (#128)

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix incorrect union types `String | Null` or `Newtype[String] | Null`…

… detection as `java.lang.Object` (#129)

`String | Null` was detected as resolved to `java.lang.Object`

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Scala 3 only (#128)

v0.6.9

Toggle v0.6.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update scalafmt-core to 3.10.1 (#120)

## About this PR
📦 Updates
[org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt)
from `3.9.10` to `3.10.1`

📜 [GitHub Release
Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.10.1) -
[Version
Diff](scalameta/scalafmt@v3.9.10...v3.10.1)

## Usage
✅ **Please merge!**

I'll automatically update this PR to resolve conflicts as long as you
don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you
have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a
[`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/61ad65418ecca03c6cb60b5317445bd9e60f7a53/docs/repo-specific-configuration.md)
file.

_Have a fantastic day writing Scala!_

<details>
<summary>🔍 Files still referring to the old version number</summary>

The following files still refer to the old version number (3.9.10).
You might want to review and update them manually.
```
.git-blame-ignore-revs
```
</details>
<details>
<summary>⚙ Adjust future updates</summary>

Add this to your `.scala-steward.conf` file to ignore future updates of
this dependency:
```
updates.ignore = [ { groupId = "org.scalameta", artifactId = "scalafmt-core" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
}]
```
</details>

<sup>
labels: library-update, early-semver-minor, semver-spec-minor,
old-version-remains, commit-count:1
</sup>

<!-- scala-steward = {
  "Update" : {
    "ForArtifactId" : {
      "crossDependency" : [
        {
          "groupId" : "org.scalameta",
          "artifactId" : {
            "name" : "scalafmt-core",
            "maybeCrossName" : "scalafmt-core_2.13"
          },
          "version" : "3.9.10",
          "sbtVersion" : null,
          "scalaVersion" : null,
          "configurations" : null
        }
      ],
      "newerVersions" : [
        "3.10.1"
      ],
      "newerGroupId" : null,
      "newerArtifactId" : null
    }
  },
  "Labels" : [
    "library-update",
    "early-semver-minor",
    "semver-spec-minor",
    "old-version-remains",
    "commit-count:1"
  ]
} -->

v0.6.8

Toggle v0.6.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update micrometer-registry-otlp to 1.15.4 (#102)

## About this PR
📦 Updates
[io.micrometer:micrometer-registry-otlp](https://github.com/micrometer-metrics/micrometer)
from `1.15.3` to `1.15.4`

📜 [GitHub Release
Notes](https://github.com/micrometer-metrics/micrometer/releases/tag/v1.15.4)
- [Version
Diff](micrometer-metrics/micrometer@v1.15.3...v1.15.4)

## Usage
✅ **Please merge!**

I'll automatically update this PR to resolve conflicts as long as you
don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you
have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a
[`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/0c7991de8224eff8436230a3e11b89520bbf94c8/docs/repo-specific-configuration.md)
file.

_Have a fantastic day writing Scala!_

<details>
<summary>⚙ Adjust future updates</summary>

Add this to your `.scala-steward.conf` file to ignore future updates of
this dependency:
```
updates.ignore = [ { groupId = "io.micrometer", artifactId = "micrometer-registry-otlp" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "io.micrometer", artifactId = "micrometer-registry-otlp" }
}]
```
</details>

<sup>
labels: library-update, early-semver-patch, semver-spec-patch,
commit-count:1
</sup>

<!-- scala-steward = {
  "Update" : {
    "ForArtifactId" : {
      "crossDependency" : [
        {
          "groupId" : "io.micrometer",
          "artifactId" : {
            "name" : "micrometer-registry-otlp",
            "maybeCrossName" : null
          },
          "version" : "1.15.3",
          "sbtVersion" : null,
          "scalaVersion" : null,
          "configurations" : null
        }
      ],
      "newerVersions" : [
        "1.15.4"
      ],
      "newerGroupId" : null,
      "newerArtifactId" : null
    }
  },
  "Labels" : [
    "library-update",
    "early-semver-patch",
    "semver-spec-patch",
    "commit-count:1"
  ]
} -->

v0.6.7

Toggle v0.6.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update opentelemetry-semconv to 1.34.0 (#72)

## About this PR
📦 Updates
[io.opentelemetry.semconv:opentelemetry-semconv](https://github.com/open-telemetry/semantic-conventions-java)
from `1.32.0` to `1.34.0`

📜 [GitHub Release
Notes](https://github.com/open-telemetry/semantic-conventions-java/releases/tag/v1.34.0)
- [Version
Diff](open-telemetry/semantic-conventions-java@v1.32.0...v1.34.0)

## Usage
✅ **Please merge!**

I'll automatically update this PR to resolve conflicts as long as you
don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you
have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a
[`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/31f8cb648396db258f0ae31b31be0fef04a641dc/docs/repo-specific-configuration.md)
file.

_Have a fantastic day writing Scala!_

<details>
<summary>⚙ Adjust future updates</summary>

Add this to your `.scala-steward.conf` file to ignore future updates of
this dependency:
```
updates.ignore = [ { groupId = "io.opentelemetry.semconv", artifactId = "opentelemetry-semconv" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "io.opentelemetry.semconv", artifactId = "opentelemetry-semconv" }
}]
```
</details>

<sup>
labels: library-update, early-semver-minor, semver-spec-minor,
commit-count:1
</sup>

<!-- scala-steward = {
  "Update" : {
    "ForArtifactId" : {
      "crossDependency" : [
        {
          "groupId" : "io.opentelemetry.semconv",
          "artifactId" : {
            "name" : "opentelemetry-semconv",
            "maybeCrossName" : null
          },
          "version" : "1.32.0",
          "sbtVersion" : null,
          "scalaVersion" : null,
          "configurations" : null
        }
      ],
      "newerVersions" : [
        "1.34.0"
      ],
      "newerGroupId" : null,
      "newerArtifactId" : null
    }
  },
  "Labels" : [
    "library-update",
    "early-semver-minor",
    "semver-spec-minor",
    "commit-count:1"
  ]
} -->

v0.6.6

Toggle v0.6.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update micrometer-registry-otlp to 1.15.0 (#57)

## About this PR
📦 Updates
[io.micrometer:micrometer-registry-otlp](https://github.com/micrometer-metrics/micrometer)
from `1.14.7` to `1.15.0`

📜 [GitHub Release
Notes](https://github.com/micrometer-metrics/micrometer/releases/tag/v1.15.0)
- [Version
Diff](micrometer-metrics/micrometer@v1.14.7...v1.15.0)

## Usage
✅ **Please merge!**

I'll automatically update this PR to resolve conflicts as long as you
don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you
have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a
[`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/f0dfaa6d8e24b261aeafbc7f99c5325ed9365cf2/docs/repo-specific-configuration.md)
file.

_Have a fantastic day writing Scala!_

<details>
<summary>⚙ Adjust future updates</summary>

Add this to your `.scala-steward.conf` file to ignore future updates of
this dependency:
```
updates.ignore = [ { groupId = "io.micrometer", artifactId = "micrometer-registry-otlp" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "io.micrometer", artifactId = "micrometer-registry-otlp" }
}]
```
</details>

<sup>
labels: library-update, early-semver-minor, semver-spec-minor,
commit-count:1
</sup>

<!-- scala-steward = {
  "Update" : {
    "ForArtifactId" : {
      "crossDependency" : [
        {
          "groupId" : "io.micrometer",
          "artifactId" : {
            "name" : "micrometer-registry-otlp",
            "maybeCrossName" : null
          },
          "version" : "1.14.7",
          "sbtVersion" : null,
          "scalaVersion" : null,
          "configurations" : null
        }
      ],
      "newerVersions" : [
        "1.15.0"
      ],
      "newerGroupId" : null,
      "newerArtifactId" : null
    }
  },
  "Labels" : [
    "library-update",
    "early-semver-minor",
    "semver-spec-minor",
    "commit-count:1"
  ]
} -->

v0.6.5

Toggle v0.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update mdoc, sbt-mdoc to 2.7.1 (#51)

## About this PR
📦 Updates 
* [org.scalameta:mdoc](https://github.com/scalameta/mdoc)
* [org.scalameta:sbt-mdoc](https://github.com/scalameta/mdoc)

 from `2.7.0` to `2.7.1`

📜 [GitHub Release
Notes](https://github.com/scalameta/mdoc/releases/tag/v2.7.1) - [Version
Diff](scalameta/mdoc@v2.7.0...v2.7.1)

## Usage
✅ **Please merge!**

I'll automatically update this PR to resolve conflicts as long as you
don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you
have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a
[`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/f0dfaa6d8e24b261aeafbc7f99c5325ed9365cf2/docs/repo-specific-configuration.md)
file.

_Have a fantastic day writing Scala!_

<details>
<summary>⚙ Adjust future updates</summary>

Add this to your `.scala-steward.conf` file to ignore future updates of
this dependency:
```
updates.ignore = [ { groupId = "org.scalameta" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scalameta" }
}]
```
</details>

<sup>
labels: library-update, early-semver-patch, semver-spec-patch,
commit-count:1
</sup>

<!-- scala-steward = {
  "Update" : {
    "ForGroupId" : {
      "forArtifactIds" : [
        {
          "ForArtifactId" : {
            "crossDependency" : [
              {
                "groupId" : "org.scalameta",
                "artifactId" : {
                  "name" : "mdoc",
                  "maybeCrossName" : "mdoc_2.13"
                },
                "version" : "2.7.0",
                "sbtVersion" : null,
                "scalaVersion" : null,
                "configurations" : null
              }
            ],
            "newerVersions" : [
              "2.7.1"
            ],
            "newerGroupId" : null,
            "newerArtifactId" : null
          }
        },
        {
          "ForArtifactId" : {
            "crossDependency" : [
              {
                "groupId" : "org.scalameta",
                "artifactId" : {
                  "name" : "sbt-mdoc",
                  "maybeCrossName" : null
                },
                "version" : "2.7.0",
                "sbtVersion" : "1.0",
                "scalaVersion" : "2.12",
                "configurations" : null
              }
            ],
            "newerVersions" : [
              "2.7.1"
            ],
            "newerGroupId" : null,
            "newerArtifactId" : null
          }
        }
      ]
    }
  },
  "Labels" : [
    "library-update",
    "early-semver-patch",
    "semver-spec-patch",
    "commit-count:1"
  ]
} -->

v0.6.4

Toggle v0.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update temporal-opentracing, temporal-sdk, ... to 1.28.3 (#42)

v0.6.3

Toggle v0.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update zio-logging, zio-logging-slf4j to 2.5.0 (#23)

## About this PR
📦 Updates 
* [dev.zio:zio-logging](https://github.com/zio/zio-logging)
* [dev.zio:zio-logging-slf4j](https://github.com/zio/zio-logging)

 from `2.4.0` to `2.5.0`

📜 [GitHub Release
Notes](https://github.com/zio/zio-logging/releases/tag/v2.5.0) -
[Version
Diff](zio/zio-logging@v2.4.0...v2.5.0)

## Usage
✅ **Please merge!**

I'll automatically update this PR to resolve conflicts as long as you
don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you
have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a
[`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/8929fadb6f535472bd63397b1cb55a835fa1b5cb/docs/repo-specific-configuration.md)
file.

_Have a fantastic day writing Scala!_

<details>
<summary>🔍 Files still referring to the old version number</summary>

The following files still refer to the old version number (2.4.0).
You might want to review and update them manually.
```
website/package.json
```
</details>
<details>
<summary>⚙ Adjust future updates</summary>

Add this to your `.scala-steward.conf` file to ignore future updates of
this dependency:
```
updates.ignore = [ { groupId = "dev.zio" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "dev.zio" }
}]
```
</details>

<sup>
labels: library-update, early-semver-minor, semver-spec-minor,
old-version-remains, commit-count:1
</sup>

<!-- scala-steward = {
  "Update" : {
    "ForGroupId" : {
      "forArtifactIds" : [
        {
          "ForArtifactId" : {
            "crossDependency" : [
              {
                "groupId" : "dev.zio",
                "artifactId" : {
                  "name" : "zio-logging",
                  "maybeCrossName" : "zio-logging_2.12"
                },
                "version" : "2.4.0",
                "sbtVersion" : null,
                "scalaVersion" : null,
                "configurations" : null
              },
              {
                "groupId" : "dev.zio",
                "artifactId" : {
                  "name" : "zio-logging",
                  "maybeCrossName" : "zio-logging_2.12"
                },
                "version" : "2.4.0",
                "sbtVersion" : null,
                "scalaVersion" : null,
                "configurations" : "test"
              },
              {
                "groupId" : "dev.zio",
                "artifactId" : {
                  "name" : "zio-logging",
                  "maybeCrossName" : "zio-logging_2.13"
                },
                "version" : "2.4.0",
                "sbtVersion" : null,
                "scalaVersion" : null,
                "configurations" : null
              },
              {
                "groupId" : "dev.zio",
                "artifactId" : {
                  "name" : "zio-logging",
                  "maybeCrossName" : "zio-logging_2.13"
                },
                "version" : "2.4.0",
                "sbtVersion" : null,
                "scalaVersion" : null,
                "configurations" : "test"
              },
              {
                "groupId" : "dev.zio",
                "artifactId" : {
                  "name" : "zio-logging",
                  "maybeCrossName" : "zio-logging_3"
                },
                "version" : "2.4.0",
                "sbtVersion" : null,
                "scalaVersion" : null,
                "configurations" : null
              },
              {
                "groupId" : "dev.zio",
                "artifactId" : {
                  "name" : "zio-logging",
                  "maybeCrossName" : "zio-logging_3"
                },
                "version" : "2.4.0",
                "sbtVersion" : null,
                "scalaVersion" : null,
                "configurations" : "test"
              }
            ],
            "newerVersions" : [
              "2.5.0"
            ],
            "newerGroupId" : null,
            "newerArtifactId" : null
          }
        },
        {
          "ForArtifactId" : {
            "crossDependency" : [
              {
                "groupId" : "dev.zio",
                "artifactId" : {
                  "name" : "zio-logging-slf4j",
                  "maybeCrossName" : "zio-logging-slf4j_2.12"
                },
                "version" : "2.4.0",
                "sbtVersion" : null,
                "scalaVersion" : null,
                "configurations" : null
              },
              {
                "groupId" : "dev.zio",
                "artifactId" : {
                  "name" : "zio-logging-slf4j",
                  "maybeCrossName" : "zio-logging-slf4j_2.12"
                },
                "version" : "2.4.0",
                "sbtVersion" : null,
                "scalaVersion" : null,
                "configurations" : "test"
              },
              {
                "groupId" : "dev.zio",
                "artifactId" : {
                  "name" : "zio-logging-slf4j",
                  "maybeCrossName" : "zio-logging-slf4j_2.13"
                },
                "version" : "2.4.0",
                "sbtVersion" : null,
                "scalaVersion" : null,
                "configurations" : null
              },
              {
                "groupId" : "dev.zio",
                "artifactId" : {
                  "name" : "zio-logging-slf4j",
                  "maybeCrossName" : "zio-logging-slf4j_2.13"
                },
                "version" : "2.4.0",
                "sbtVersion" : null,
                "scalaVersion" : null,
                "configurations" : "test"
              },
              {
                "groupId" : "dev.zio",
                "artifactId" : {
                  "name" : "zio-logging-slf4j",
                  "maybeCrossName" : "zio-logging-slf4j_3"
                },
                "version" : "2.4.0",
                "sbtVersion" : null,
                "scalaVersion" : null,
                "configurations" : null
              },
              {
                "groupId" : "dev.zio",
                "artifactId" : {
                  "name" : "zio-logging-slf4j",
                  "maybeCrossName" : "zio-logging-slf4j_3"
                },
                "version" : "2.4.0",
                "sbtVersion" : null,
                "scalaVersion" : null,
                "configurations" : "test"
              }
            ],
            "newerVersions" : [
              "2.5.0"
            ],
            "newerGroupId" : null,
            "newerArtifactId" : null
          }
        }
      ]
    }
  },
  "Labels" : [
    "library-update",
    "early-semver-minor",
    "semver-spec-minor",
    "old-version-remains",
    "commit-count:1"
  ]
} -->