|
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| -### [SWC-DB v0.5.5](https://github.com/kashirin-alex/swc-db/releases/tag/v0.5.5) (upcoming-release) |
| 19 | +### [SWC-DB v0.5.5](https://github.com/kashirin-alex/swc-db/releases/tag/v0.5.5) (2021-09-21) |
20 | 20 |
|
21 | 21 | added Config::Property::V_GUINT64 (G_UINT64)
|
22 | 22 | added class Manager::Schemas derived from DB::Schemas
|
|
73 | 73 | added Manager AssignGroup Columns::m_need_assign[4] [Master,Meta,Sys,Data]
|
74 | 74 | fixed Ranger Range::Block::add_logged(Cell&) a case at block got split
|
75 | 75 | added Ranger CompactRange use count barrier at finalize
|
| 76 | + added Ranger::Blocks::release processing-state and skip at Compact Applying |
| 77 | + changed usage of DB::Specs::Column without Ptr shared_ptr<Column> |
| 78 | + added typedef Core::Vector<{c/rids_t,c/rids_t} |
| 79 | + added typedef Query::Update::Handlers::Base::Colms & DB::SchemasVec |
| 80 | + changed to STL Serial::Value Field_LIST_{INT64,BYTES} convert_to and ctor |
| 81 | + changed DB::Cell::Key::{equal,add,read,convert_to} to STL |
| 82 | + added Config::Property::from_string(const char*, T* value) |
| 83 | + added specialized extended const-expressions in Core::Vector<> |
| 84 | + added Core::Vector(initializer_list&&) and emplace(it, Args) |
| 85 | + added Core::Vector operator==(other) and pop_back() |
| 86 | + changed not-required cases of std::vector<> to Core::Vector<> source-wide |
| 87 | + removed Core::BufferT::length_base/grow |
| 88 | + added timer-synchronization MutexAtomic PeriodicTimer::m_mutex |
| 89 | + added std::ostream& operator<<(ostream&, EndPoint&) |
| 90 | + changed source-wide destructors to alway noexcept unless not specified |
| 91 | + added CXX-Flags -Wtrampolines -Wtsan (with GCC) |
| 92 | + added compatibility for -Wshadow (local,compatible-local,global) with GCC |
| 93 | + updated for Thrift v0.15.0 |
76 | 94 | added Python swcdb.thrift.pool.PoolStopping exception, raise with stop
|
77 | 95 | added SWC-DB Ruby 'swcdb' package and availability with gem list -r swcdb
|
78 | 96 |
|
|
0 commit comments