欢迎大家围观。

Important notes (changes that may break existing code)

        ======================================================
 
        * Updated transport stream version to 508 to support transporting other TValue
           based data than interface, object and native values (typical records).
           Newer servers will detect and support older clients.
           Newer clients can be forced to older version to support older servers by setting
             transport.Params[KBMMW_STREAM_FORMATTER_PARAM_STREAMVERSION]:='506' etc.
 
        New stuff
        =========
 
        - Added kbmMWSmartStubGenerator.pas and kbmMWOpenAPIMarshal.pas units (Ent only).
           Provides easy access to produce OpenAPI (Swagger) REST interface descriptions
           and Delphi client side stubs for regular kbmMW smart methods.
        - Added demo projects for OpenAPI and Delphi client stub generator.
        - Updates to marshal classes to support providing not only instances but
           also types for OpenAPI support and marshalling record types.
        - Added kbmMWStrToInt, kbmMWStrToInt64, kbmMWTryStrToInt, kbmMWTryStrToInt64
           to kbmMWGlobal.pas. They do specifically not convert hexadecimal values.
        - Added pure Pascal version of TkbmMWPlatformMarshal.BitCount.
        - Added kbmMWGCD to calculate greatest common denominator to kbmMWGlobal.pas.
        - Added ExecuteProcess to TkbmMWProcess in kbmMWProcess.pas. Provides access
           to realtime process output.
        - Added support in CallMethod for record type arguments.
        - Added TkbmMWDateTime.MSecOfSecond methods handling millisecond part.
        - Added ParseHexadecimal property to TkbmMWONFormat. If true, will
           support understanding values starting with $ or 0x as numeric hexadecimal values
           instead of strings.
        - Added FindProperty functions to TkbmMWONCustomObject. Will search the object notation
           tree from self, until a property is found with the given name and return the
           hosting TkbmMWONObject.
        - Updated TkbmMWScheduler adding additional Cron parse mode: mwscmExtendedMsecAndYear
           If selected, Cron accepts 8 part Cron value (msecs, secs, min, hour, day, month, weekday, year).
        - Added several Queryxxxx methods to kbmMWORM for access via TkbmMWORMTable instances.
        - Added property JournalMode and PageSize to TkbmMWSQLiteConnectionPool. If set will
           automatically change the database settings, even on existing database.
        - Added function VerifyIntegrity which when called, will check if a SQLite database is
           ok or not.
        - Added backup features to TkbmMWSQLiteConnectionPool. Call the function Backup.
        - Added validation that SQLite dll is supporting multithreading.
        - Updated transport stream version to 508 to support transporting other TValue
           based data than interface, object and native values (typical records).
           Newer servers will detect and support older clients.
           Newer clients can be forced to older version to support older servers by setting
             transport.Params[KBMMW_STREAM_FORMATTER_PARAM_STREAMVERSION]:='506' etc.
        - Updated TkbmMWRTTI with several new methods.
        - Updated Use in kbmMWSmartUtils.pas with several new methods to easily
           convert TArray<byte> and other values.
 
       Changes/minor additions
        =======================
 
        - Additional error handling in various places.
        - Improved TkbmMWAutoValue for non object types.
        - Changed TkbmMW_ArgAttribute to descend from TkbmMW_CustomSettingsAttribute
           making it able to receive a settings string, and thus also be
           supported by configuration syntax.
        - Updated kbmMWSmartClient to fix serious leak bug in Delphi.
        - Improved stall detection in TkbmMWScheduler to now also detect stall on timeslot missed by more
           than 1/16th interval.
        - Improved error handling during peer disconnection in TkbmMWAMQPClientConnection.
 
        Fixes
        =====
 
        - Minor fixes finalizing and zeroing some interfaces and values.
        - Compile fixes to kbmMW TCP socket library.
        - Fixed producing incorrect CORS headers in kbmMWCustomHTTPService.pas
        - Fixed DBISAM v4 adapter compilation.
        - Fixed TkbmMWCustomThread.FinalizeThread compile error for some SKU's.
        - Fixed LINUX compilation.
        - Fixed bugs in CallMethod in kbmMWSmartServiceUtils resulting in incorrect
           authorization matching for methods.
        - Fixed TkbmMWTCPServerTransport to handle large packets.
        - Fixed dependency leak caused by kbmMWDebugStackTrace not correctly being registered
           in the dependency framework.
        - Fixed leaks in kbmMWJSON when parsing invalid JSON.
        - Fixed ClearDontCheckpointFlag in kbmMWCustomConnectionPool.pas to skip
           previously deleted records.
        - Fixed bug parsing # and $ as first character in YAML.

kbmmw 5.08 正式发布的更多相关文章

  1. kbmMW 5.08.01压力测试报告

    上图为客户端测试结果,运行14小时,无异常报告.基于洞主封装的HttpsysTransport,基于ClientQuery完成25万多次数据库访问操作,含查询并对查询结果进行修改及增加新记录,然后提交 ...

  2. kbmmw 5.07 正式发布

    来了来了 5.07.00 Dec 9 2018           Important notes (changes that may break existing code)         === ...

  3. kbmMW 5.08.10试用报告

    1.不兼容Android 基于5.07的项目,升级到5.08,不能编译android app.已经反应给作者.作者回复将近快发布fixed,修正这个问题及其他发现的问题. 5.08.01解决了andr ...

  4. 使用kbmmw 生成REST 服务OpenAPI函数原型

    我们以前介绍了很多kbmmw 开发REST 的例子.一直有个问题困惑着大家. 我们提供REST 服务,如何让客户端快速的使用,当然可以写文档,但是一旦 后台改变了,又要再一次给调用者发新文档,非常的麻 ...

  5. 2018 AI产业界大盘点

    2018  AI产业界大盘点 大事件盘点 “ 1.24——Facebook人工智能部门负责人Yann LeCun宣布卸任 Facebook人工智能研究部门(FAIR)的负责人Yann LeCun宣布卸 ...

  6. Invalid property value

    又见这个错误!头几天同事遇到这个问题,我查到去年写的并按此解决了,原文在这里,查了半天,才查出是ftShortInt造成的这个错误. 当我们在设计期将ClientQuery.Active设置为True ...

  7. Gitea 1.17.1 正式发布 | 08 累积更新

    Gitea 1.17.1 已正式发布.在这个小的版本更新中我们合并了 35 个 PR,没有包含功能性的更改,但我们强烈建议用户升级到此版本以获得重要的修复补丁. 致谢:感谢报告问题的安全研究人员,同时 ...

  8. [DFNews] EnCase v7.08发布

    EnCase v7.08 近日正式发布,7.08增加了Evidence Processor Manager以及Evidence Processor,不仅可以在本地实现证据处理队列,也支持了通过网络进行 ...

  9. 价格更低、SLA 更强的全新 Azure SQL 数据库服务等级将于 9 月正式发布

    继上周公告之后,很高兴向大家宣布更多好消息,作为我们更广泛的数据平台的一部分, 我们将在 Azure 上提供丰富的在线数据服务.9 月,我们将针对 Azure SQL 数据库推出新的服务等级.Azur ...

随机推荐

  1. python中线程2

    cpython中的GIL和pool GIL锁(全局解释器锁) 1.what? GIL是全局解释器锁,和普通锁加在数据上不同的是:GIL加在加在解释器上,是为了防止多个线程在同一时间执行python字节 ...

  2. elasticsearch增删查改

    创建结构化索引 put http://127.0.0.1:9200/person{ "settings" : { "number_of_shards": 3, ...

  3. 恢复oracle 11g 的System及sys用户的密码

    进入E:\app\orcl\product\11.2.0\dbhome_1\database目录下找到PWDorcl.ora备份后删除文件,orcl是数据库的实例名 以管理员身份打开cmd,执行 or ...

  4. Oracle 正则

    https://www.cnblogs.com/qmfsun/p/4467904.html 匹配汉字可以用Oracle 内置函数 unistr('\4e00') -unistr('\9fa5') 来定 ...

  5. mysql null 相关bug

    select 1 = null 并不是预期的 False 而是 Null select 1 is null; 这样才会产生预期的 False select 1 not is null 这样写是 错误 ...

  6. 网页html格式导出Excel.xls

    1.创建excel方法 /// <summary> /// 创建Excel表格 /// </summary> /// <param name="dt" ...

  7. centos7编译安装nginx

    一.安装依赖包 yum install gcc gcc-c++ autoconf automake zlib zlib-devel openssl openssl-devel pcre-devel 二 ...

  8. css第三天

    三 1.标准模式与怪异模式(针对盒子模型)与边框,填充,边界,有关 标准模式(默认):元素的总宽度 = 盒子的宽度 + 左右填充宽度 + 左右边框宽度元素的总高度 = 盒子的高度 + 上下填充高度 + ...

  9. 解题(LeatestCarFee -计算最少过路费)

    NowCoder今年买了一辆新车,他决定自己开车回家过年.回家过程中要经过ň个大小收费站,每个收费站的费用不同,你能帮他计算一下最少需要给多少过路费吗? 输入描述: 输入包含多组数据,每组数据第一行包 ...

  10. python--第十六天总结(bootstrap)

    一. 实现原理 网格布局是通过容器的大小,平均分为12份(可以修改),再调整内外边距,和表格布局有点类似但是也存在区别. 实现步骤如下: (1) 数据行.row 必须包含在容器.container 中 ...