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

Skip to content

Tags: apache/horaedb

Tags

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jiacai2050 Jiacai Liu
chore: fix LICENSE and NOTICE (#1587)

## Rationale
See https://lists.apache.org/thread/29nyod5d73tn5nov7f5pm0tg42gq57vw

Adhere to https://www.apache.org/legal/src-headers.html

## Detailed Changes


## Test Plan
No need.

v2.1.0-rc.3

Toggle v2.1.0-rc.3's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jiacai2050 Jiacai Liu
chore: fix LICENSE and NOTICE (#1587)

## Rationale
See https://lists.apache.org/thread/29nyod5d73tn5nov7f5pm0tg42gq57vw

Adhere to https://www.apache.org/legal/src-headers.html

## Detailed Changes


## Test Plan
No need.

v2.1.0-rc.2

Toggle v2.1.0-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: fix license header (#1579)

## Rationale
Those files should contain asf headers.

## Detailed Changes


## Test Plan
CI

v2.1.0-rc.1

Toggle v2.1.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version 2.1.0 (#1578)

## Rationale


## Detailed Changes
- Bump version
- Update WAL segment file convention to `seg_{id}`

## Test Plan
CI

v2.0.0

Toggle v2.0.0's commit message
chore: remove tini binary (#1503)

## Rationale
Our repo should not contain any binaries.

## Detailed Changes
- Download tini instead of hard copy

## Test Plan
CI

Also I use command below to ensure no other binaries exists.
```
fd -t file --exclude target --exec file {} \; | grep -v ASCII | grep -v UTF-8
```

v2.0.0-rc.6

Toggle v2.0.0-rc.6's commit message
chore: remove tini binary (#1503)

## Rationale
Our repo should not contain any binaries.

## Detailed Changes
- Download tini instead of hard copy

## Test Plan
CI

Also I use command below to ensure no other binaries exists.
```
fd -t file --exclude target --exec file {} \; | grep -v ASCII | grep -v UTF-8
```

v2.0.0-rc.5

Toggle v2.0.0-rc.5's commit message
chore: remove tini binary (#1503)

## Rationale
Our repo should not contain any binaries.

## Detailed Changes
- Download tini instead of hard copy

## Test Plan
CI

Also I use command below to ensure no other binaries exists.
```
fd -t file --exclude target --exec file {} \; | grep -v ASCII | grep -v UTF-8
```

v2.0.0-rc.4

Toggle v2.0.0-rc.4's commit message
chore: add some dependency project descriptions in notice (#1499)

## Rationale
Add some dependency project descriptions in `NOTICE`.

## Detailed Changes
1. Add some dependency project descriptions in `NOTICE`.
2. Add `DEPENDENCIES` file.

## Test Plan
No need.

v2.0.0-rc.3

Toggle v2.0.0-rc.3's commit message
fix: check ASF header for all source files (#1497)

## Rationale
All source file should have ASF headers.

## Detailed Changes


## Test Plan
CI

v2.0.0-rc.2

Toggle v2.0.0-rc.2's commit message
chore: add NOTICE file and ASF header (#1491)

## Rationale
Prepare for releasing v2.0.0 .

## Detailed Changes
* Add NOTICE file.
* Add ASF license header.

## Test Plan
CI.