Skip to content

Commit 2f51a20

Browse files
committed
chore: release version 0.3.1
1 parent 233f9f5 commit 2f51a20

File tree

5 files changed

+24
-45
lines changed

5 files changed

+24
-45
lines changed

CHANGELOG.md

+5-43
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,11 @@
1-
# Changelog
2-
All notable changes to this project will be documented in this file.
3-
4-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6-
7-
## [Unreleased]
8-
9-
[NEXT]: https://github.com/spandex-project/spandex_datadog/compare/vNEXT...v0.3.0
10-
11-
## [0.3.0]
1+
# Change Log
122

13-
[0.3.0]: https://github.com/spandex-project/spandex_datadog/compare/v0.3.0...v0.2.0
14-
15-
### Added
16-
- `SpandexDatadog.Adapter.inject_context/3` added to support the new version of
17-
the `Spandex.Adapter` behaviour.
18-
19-
## [0.2.0]
20-
21-
[0.2.0]: https://github.com/spandex-project/spandex_datadog/compare/v0.2.0...v0.1.0
22-
23-
### Added
24-
- Priority sampling of distributed traces is now supported by sending the
25-
`priorty` field from the `Trace` along with each `Span` sent to Datadog,
26-
using the appropriate `_sampling_priority_v1` field under the `metrics`
27-
field.
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
285

29-
### Changed
30-
- If the `env` option is not specified for a trace, it will no longer be sent
31-
to Datadog, This allows the Datadog trace collector configured default to be
32-
used, if desired.
33-
- `SpandexDatadog.Adapter.distributed_context/2` now returns a `Spandex.Trace`
34-
struct, including a `priority` based on the `x-datadog-sampling-priority`
35-
HTTP header.
36-
- `SpandexDatadog.ApiServer` now supports the `send_trace` function, taking a
37-
`Spandex.Trace` struct.
6+
<!-- changelog -->
387

39-
### Deprecated
40-
- `SpandexDatadog.ApiServer.send_spans/2` is deprecated in favor of
41-
`SpandexDatadog.ApiServer.send_trace/2`.
8+
## [0.3.1](https://github.com/spandex-project/spandex_datadog/compare/0.3.1...0.3.1) (2018-10-19)
429

43-
## [0.1.0]
4410

45-
### Added
46-
- Initial release of the `spandex_datadog` library separately from the
47-
`spandex` library.
4811

49-
[0.1.0]: https://github.com/spandex-project/spandex_datadog/commit/3c217429ec5e79e77e05729f2a83d355eeab4996

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies in `mix.exs`:
1616
```elixir
1717
def deps do
1818
[
19-
{:spandex_datadog, "~> 0.3.0"}
19+
{:spandex_datadog, "~> 0.3.1"}
2020
]
2121
end
2222
```

config/config.exs

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
# and its dependencies with the aid of the Mix.Config module.
33
use Mix.Config
44

5+
config :git_ops,
6+
mix_project: SpandexDatadog.MixProject,
7+
changelog_file: "CHANGELOG.md",
8+
repository_url: "https://github.com/spandex-project/spandex_datadog",
9+
types: [],
10+
# Instructs the tool to manage your mix version in your `mix.exs` file
11+
# See below for more information
12+
manage_mix_version?: true,
13+
# Instructs the tool to manage the version in your README.md
14+
# Pass in `true` to use `"README.md"` or a string to customize
15+
manage_readme_version: "README.md"
16+
517
if Mix.env() == :test do
618
import_config "./test.exs"
719
end

mix.exs

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
defmodule SpandexDatadog.MixProject do
22
use Mix.Project
33

4+
@version "0.3.1"
5+
46
def project do
57
[
68
app: :spandex_datadog,
79
description: description(),
8-
version: "0.3.0",
10+
version: @version,
911
elixir: "~> 1.6",
1012
start_permanent: Mix.env() == :prod,
1113
deps: deps(),
@@ -57,6 +59,7 @@ defmodule SpandexDatadog.MixProject do
5759
[
5860
{:ex_doc, ">= 0.0.0", only: :dev},
5961
{:excoveralls, "~> 0.10", only: :test},
62+
{:git_ops, "~> 0.3.4", only: [:dev]},
6063
{:inch_ex, github: "rrrene/inch_ex", only: [:dev, :test]},
6164
{:spandex, "~> 2.3"},
6265
{:httpoison, "~> 0.13", only: :test},

mix.lock

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"earmark": {:hex, :earmark, "1.2.6", "b6da42b3831458d3ecc57314dff3051b080b9b2be88c2e5aa41cd642a5b044ed", [:mix], [], "hexpm"},
55
"ex_doc": {:hex, :ex_doc, "0.19.1", "519bb9c19526ca51d326c060cb1778d4a9056b190086a8c6c115828eaccea6cf", [:mix], [{:earmark, "~> 1.1", [hex: :earmark, repo: "hexpm", optional: false]}, {:makeup_elixir, "~> 0.7", [hex: :makeup_elixir, repo: "hexpm", optional: false]}], "hexpm"},
66
"excoveralls": {:hex, :excoveralls, "0.10.1", "407d50ac8fc63dfee9175ccb4548e6c5512b5052afa63eedb9cd452a32a91495", [:mix], [{:hackney, "~> 1.13", [hex: :hackney, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm"},
7+
"git_cli": {:hex, :git_cli, "0.2.5", "40673235d088d2784d4e03511e62cac2ef520495cb6cc459f00b4e13aaf0fbf4", [:mix], [], "hexpm"},
8+
"git_ops": {:hex, :git_ops, "0.3.4", "4cac61a23a30950877740e10bc985485c08107a5a48cee56421870875cf4cae7", [:mix], [{:git_cli, "~> 0.2", [hex: :git_cli, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 0.4", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm"},
79
"hackney": {:hex, :hackney, "1.14.0", "66e29e78feba52176c3a4213d42b29bdc4baff93a18cfe480f73b04677139dee", [:rebar3], [{:certifi, "2.4.2", [hex: :certifi, repo: "hexpm", optional: false]}, {:idna, "6.0.0", [hex: :idna, repo: "hexpm", optional: false]}, {:metrics, "1.0.1", [hex: :metrics, repo: "hexpm", optional: false]}, {:mimerl, "1.0.2", [hex: :mimerl, repo: "hexpm", optional: false]}, {:ssl_verify_fun, "1.1.4", [hex: :ssl_verify_fun, repo: "hexpm", optional: false]}], "hexpm"},
810
"httpoison": {:hex, :httpoison, "0.13.0", "bfaf44d9f133a6599886720f3937a7699466d23bb0cd7a88b6ba011f53c6f562", [:mix], [{:hackney, "~> 1.8", [hex: :hackney, repo: "hexpm", optional: false]}], "hexpm"},
911
"idna": {:hex, :idna, "6.0.0", "689c46cbcdf3524c44d5f3dde8001f364cd7608a99556d8fbd8239a5798d4c10", [:rebar3], [{:unicode_util_compat, "0.4.1", [hex: :unicode_util_compat, repo: "hexpm", optional: false]}], "hexpm"},

0 commit comments

Comments
 (0)