Bee latest version

Bee v1.8 Release Notes

Release Date: 2020-09-12 // over 5 years ago

  • 👍 1.Add multi-DataSource support(Write/Read, only Split Database).
    ➕ add multi-DataSource no need change the Java code.
    ➕ add the route interface of multi-Datasource.
    ➕ add multi-DataSource route.
    ➕ add multi-DataSource config.
    👌 support refresh multi-DataSource config information.
    2.Generate global unique id number in distributed environment.
    3.Generate Serial Unique id number in one workid of distributed environment.
    👷 Independent clock,workerid can config and easily expand.
    Implement algorithms:SerialUniqueId,OneTimeSnowflakeId,PearFlowerId.
    👌 Support GenId Factory,and can config the id generator.
    4.Gen Serial Unique Id for all Table's Long Id field as primary key.
    Enhance Function:
    👍 5.The same database sub table support, dynamic table name mapping support.
    👍 Entity and any table name mapping support.
    ...

    1. ...

Previous changes from v1.7.2

  • V1.7.2
    👌 support set the default naming translate type by config.
    ✨ enhance function of BeeFactory.
    🌲 adjust the format of SQL log.
    👌 support set the date format by config.
    🚚 move test/example to new project bee-exam.
    ➕ add class FileLogger for write the log in file.
    👌 support control print log level or not by config.
    ✨ enhance test case/example.
    👌 support generate the file according to template.
    ➕ add method delete(T entity, Condition condition) in Suid.
    👌 support setting not allowed delete whole records in one table while Object Oriented way.
    SuidRich add 2 methods:
    ⚡️ updateBy(T entity,String whereFields,Condition condition)
    ⚡️ update(T entity,String updateFields,Condition condition)
    ➕ add nocache config support.
    ➕ add method setAdd,setMultiply in Condition for set value in SQL update.