Skip to content

Commit ecb962c

Browse files
committed
updated to SWC-DB version 0.4.9
1 parent 7db274f commit ecb962c

File tree

5 files changed

+32
-22
lines changed

5 files changed

+32
-22
lines changed

CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,18 @@
77

88

99

10-
1110
### [SWC-DB master](https://github.com/kashirin-alex/swc-db/tree/master) (upcoming-release)
1211

12+
13+
14+
[_Full Changelog_](https://github.com/kashirin-alex/swc-db/compare/v0.4.9...master)
15+
******
16+
17+
18+
19+
20+
### [SWC-DB v0.4.9](https://github.com/kashirin-alex/swc-db/releases/tag/v0.4.9) (2020-09-28)
21+
1322
fixed parse_ns & fmt_ns with ns at neg and ms/us float point in SWC::Time
1423
added include/core/ErrorCode.h with only enum SWC::Error::Code
1524
added enum client::SQL:Cmd & Cmd recognize_cmd(int& err, const string& sql)
@@ -22,8 +31,9 @@
2231
extended doxygen with Doxyfile for each Doxyfile-[language].doxy
2332
added documentations to docs/ and configured Jekyll build
2433
changed from gh-wiki to documenaions on www.swcdb.org website & GitHub Pages
34+
fixed quit call in Ranger CompactRange::response on error
2535

26-
[_Full Changelog_](https://github.com/kashirin-alex/swc-db/compare/v0.4.8...master)
36+
[_Full Changelog_](https://github.com/kashirin-alex/swc-db/compare/v0.4.8...v0.4.9)
2737
******
2838

2939

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ endif ()
1414
project(SWCDB)
1515
set(VERSION_MAJOR "0")
1616
set(VERSION_MINOR "4")
17-
set(VERSION_MICRO "8")
17+
set(VERSION_MICRO "9")
1818
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_MICRO}")
1919
set(VERSION_PATCH )
2020
set(VERSION_MISC_SUFFIX "")

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ _The proven test, on one machine(CPU Intel E3-1246V3 RAM 32GB SW-RAID 2x 2TB-720
5050
| **a Versioned Data DB** | **``````** | automatic or user defined versions by Desc/Asc with Max Versions to Keep |
5151
| **a DB supporting an “Atomic“ Counter Value** | **``````** | |
5252
| **a DB supporting Query of Multiple Sequences** | **``````** | multiple Columns with multiple Intervals in a Column |
53-
| **a Document/Files stores DB** | **``````** | user defined Meta/Header & Key(file-path) structure whereas anomaly of use is at file-size above Range-Block-size cfg |
53+
| **a Document/Files stores DB** | **``````** | user defined Meta/Header & Key-Fractions(file-path) structure whereas anomaly of use is at file-size above Range-Block-size cfg |
5454
| **a Super Wide Column DB** | **``````** | supporting 16777216(2^24,uint24) number of Fractions, max 2^24 bytes a Fraction and total size of a key upto 2^32 bytes |
5555

5656

docs/install/getting_swcdb/README.md

+11-13
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ sort: 2
77

88
## Available for Download
99

10-
| Version | Version-Specific | Package Types | Build Types | Architectures / Platforms | Link |
11-
| --- | --- | --- | --- | --- | --- |
12-
| 0.4.8 | .debug.amd64 | tar.xz | debug | GLIBC-2.27-amd64 | [download](https://github.com/kashirin-alex/swc-db/releases/download/v0.4.8/swcdb-0.4.8.debug.amd64.tar.xz) |
13-
| 0.4.8 | .amd64 | tar.xz | optimized | GLIBC-2.27-amd64 | [download](https://github.com/kashirin-alex/swc-db/releases/download/v0.4.8/swcdb-0.4.8.amd64.tar.xz) |
14-
| 0.3.0 | .debug_amd64 | deb | debug | GLIBC-2.28-Ubuntu-20.04LTS-amd64 | [download](https://github.com/kashirin-alex/swc-db/releases/download/v0.3.0/swcdb_0.0.1-0.3.0.debug_amd64.deb) |
15-
| | | | | | |
10+
| Version | Version-Specific | Package Types | Build Types | Compiler | Architectures / Platforms | Link |
11+
| --- | --- | --- | --- | --- | --- | --- |
12+
| 0.4.9 | .debug.amd64 | tar.xz | debug | GCC-9.3 | GLIBC-2.27 amd64 | [download](https://github.com/kashirin-alex/swc-db/releases/download/v0.4.9/swcdb-0.4.9.debug.amd64.tar.xz) |
13+
| 0.4.9 | .amd64 | tar.xz | optimized | GCC-9.3 | GLIBC-2.27 amd64 | [download](https://github.com/kashirin-alex/swc-db/releases/download/v0.4.9/swcdb-0.4.9.amd64.tar.xz) |
14+
| | | | | | | |
15+
| 0.4.8 | .debug.amd64 | tar.xz | debug | GCC-9.3 | GLIBC-2.27 amd64 | [download](https://github.com/kashirin-alex/swc-db/releases/download/v0.4.8/swcdb-0.4.8.debug.amd64.tar.xz) |
16+
| 0.4.8 | .amd64 | tar.xz | optimized | GCC-9.3 | GLIBC-2.27 amd64 | [download](https://github.com/kashirin-alex/swc-db/releases/download/v0.4.8/swcdb-0.4.8.amd64.tar.xz) |
17+
| | | | | | | |
18+
| 0.3.0 | .debug_amd64 | deb | debug | default | GLIBC-2.28 Ubuntu-20.04LTS amd64 | [download](https://github.com/kashirin-alex/swc-db/releases/download/v0.3.0/swcdb_0.0.1-0.3.0.debug_amd64.deb) |
19+
| | | | | | | |
1620

1721

1822
_**[Releases on Github](https://github.com/kashirin-alex/swc-db/releases)**_
@@ -29,18 +33,13 @@ Fill the ```SWCDB_INSTALL_PATH``` ```SWCDB_VERSION``` ```SWCDB_VERSION_SPECIFIC`
2933

3034
```bash
3135
SWCDB_INSTALL_PATH="/opt/swcdb";
32-
SWCDB_VERSION="0.4.8";
36+
SWCDB_VERSION="0.4.9";
3337
SWCDB_VERSION_SPECIFIC=${SWCDB_VERSION}".debug.amd64";
3438

3539
wget https://github.com/kashirin-alex/swc-db/releases/download/v${SWCDB_VERSION}/swcdb-${SWCDB_VERSION_SPECIFIC}.tar.xz;
3640

3741
mkdir ${SWCDB_INSTALL_PATH};
3842
tar -xf swcdb-${SWCDB_VERSION_SPECIFIC}.tar.xz -C ${SWCDB_INSTALL_PATH};
39-
40-
# for python thrift-client:
41-
SWCDB_VERSION_PYTHON=${SWCDB_VERSION}; # Py pkg can have another sub-version ".#"
42-
python3 -m pip install wheel ${SWCDB_INSTALL_PATH}/lib/py/swcdb-${SWCDB_VERSION_PYTHON}.tar.gz;
43-
4443
```
4544

4645

@@ -54,5 +53,4 @@ SWCDB_VERSION_SPECIFIC=${SWCDB_VERSION}".debug_amd64";
5453

5554
wget https://github.com/kashirin-alex/swc-db/releases/download/v${SWCDB_VERSION}/swcdb_0.0.1-${SWCDB_VERSION_SPECIFIC}.deb;
5655
dpkg -i swcdb_0.0.1-{SWCDB_VERSION_SPECIFIC}.deb;
57-
5856
```

docs/install/thrift_clients/README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,21 @@ sort: 4
1818

1919
## Install the SWC-DB Python Package
2020

21-
> You are set, If you have done the Python install part of the [Getting the SWC-DB]({{ site.baseurl }}/install/getting_swcdb/#the-swc-db-tarxz-package) .
22-
23-
The [SWC-DB Python package](https://pypi.org/project/swcdb/) is available at https://pypi.org/project/swcdb/
21+
* The [SWC-DB Python package ```swcdb```](https://pypi.org/project/swcdb/) is available at PyPi.org
2422
and it can be installed with:
25-
2623
```python
2724
pip install swcdb;
2825
```
2926
or for other python versions/implementations
30-
3127
```python
3228
YOUR_PY_EXEC -m pip install swcdb;
3329
```
3430

31+
* The SWC-DB Release Binaries inlcude the `swcdb` Python package:
32+
```
33+
SWCDB_VERSION_PYTHON=${SWCDB_VERSION}; # Python package can have another sub-version ".#"
34+
YOUR_PY_EXEC -m pip install wheel ${SWCDB_INSTALL_PATH}/lib/py/swcdb-${SWCDB_VERSION_PYTHON}.tar.gz;
35+
```
36+
3537
Documentations for using the SWC-DB Python package are available at [Using Python Thrift Client]({{ site.baseurl }}/use/thriftclient/python/)
3638

0 commit comments

Comments
 (0)