欢迎大家围观。

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. V-REP Remote API(C++)实现简单的关节转动

    基础内容参考:https://www.cnblogs.com/eternalmoonbeam/p/10753149.html V-REP客户端设置: 在V-REP场景文件中需要添加三个实体,包括两个形 ...

  2. 小白安装openvas总结-原创20181213

    先对该工具进行熟悉: OpenVAS 介绍 1.关于OpenVAS OpenVAS(Open Vulnerability Assessment System)是一套开源的漏洞扫描系统,早期Nessus ...

  3. js中的变异数组

    [ 'push', 'pop', 'shift', 'unshift', 'splice', 'sort', 'reverse' ] 以上几个数组的方法会改变原数组,称之为数组的变异方法.

  4. IEEE/ACM International Conference on Advances in Social Network Analysis and Mining (ASONAM) 2014 Industry Track Call for Papers

    IEEE/ACM International Conference on Advances in Social Network Analysis and Mining (ASONAM) 2014 In ...

  5. Double 保留小数点后N位

    /** * parse double f to num decimals * @param f * @param num the decimal number * @return the format ...

  6. 云主机中毒 cpu爆满解决日志

    在上一篇博文Linux系统发现占用CPU达100%的进程并处理 里面以为已经把挖矿程序sustse处理干净了,可是没过两天又收到阿里云短信提醒,说服务器有问题,难道还有后门吗?也多亏阿里云给出提示“出 ...

  7. python爬虫的scrapy安装+pymongo的安装

    我的:python2.7版本    32位 注意scrapy只支持2.7及以上的版本. 1.安装python 2.安装pip 安装pip就不赘述了,网上很多教学 pip安装时要注意更新,如果pip版本 ...

  8. 19-05【icloud】照片备份

    icloud提供了免费的存储空间,5G,超过这个量需要单独购买空间:我用的是50G,每月6元. 如果在mac或者iphone上开启了本地的照片流,则会自动同步到icloud,同时各个设备的客户端(ip ...

  9. python使用requests库爬取网页的小实例:爬取京东网页

    爬取京东网页的全代码: #爬取京东页面的全代码 import requests url="https://item.jd.com/2967929.html" try: r=requ ...

  10. UNIX 系统下退出 git commit 编辑器

    如果是 Emacs 编辑器,输入 Ctrl X + Ctrl S(保存),再输入Ctrl X + Ctrl C(退出) 如果是VIM编辑器,输入 ESC + :wq UNIX 系统默认打开的是 Ema ...