Commit Graph

7 Commits

Author SHA1 Message Date
Trask Stalnaker d42afabd91 Remove db.cassandra.keyspace and db.hbase.namespace, and clarify db.name (#1973)
Fixes #1760

## Changes

Removes `db.cassandra.keyspace` and `db.hbase.namespace` (in preference for using `db.name`).

Clarifies `db.name` in the case where a database product provides multiple concepts that could be mapped to `db.name`.
2021-10-08 11:58:31 +00:00
Carlos Alberto Cortez 830a4223c6 Release v1.7.0 (#1926) 2021-09-30 16:23:42 +02:00
Patrice Chalin 74479daa4b Delete schema 1.6.0 (#1910)
* Delete 1.6.0

Closes #1909

* Skip schema check for 1.6.0
2021-09-08 22:24:59 -04:00
Carlos Alberto Cortez 7c04982127 Add 1.6.1 Schema File (#1896) 2021-08-31 14:50:37 +02:00
Tigran Najaryan 59717ac29a Add 1.6.0 Schema File (#1855)
No schema changes since 1.5.0, so 1.6.0 section is empty in the file.

Co-authored-by: Bogdan Drutu <bogdandrutu@gmail.com>
2021-08-06 18:43:15 +00:00
Tigran Najaryan 6b20885222 Add 1.5.0 Schema File (#1802)
No schema changes since 1.4.0, so 1.5.0 section is empty in the file.
2021-07-07 13:59:51 -04:00
Tigran Najaryan 4f77db44df Add schema file and a script with minimal checks that verifies them (#1702)
This adds some minimal sanity checks to make sure we don't forget
to add the schema file when we make a release. The checks are tied
to the CHANGELOG.md.

In the future we can do more thorough verifications, e.g. parse the content
of the schema YAML file and ensure it includes the changes that we can
detect by looking at the changes at the semantic convention files.
2021-05-20 10:09:51 -04:00