欢迎大家围观。

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. docker php容器中简单添加seaslog拓展

    最近有个项目用到了seaslog,因为之前调试php的容器已经搭好了,不想再通过dockerfile重新搭建了,搜了半天没有东西可以装,就仿照着安装redis拓展操作了一顿 1.wget http:/ ...

  2. U3D学习资料收集

    1,风宇冲的博客 2,gkEngine 3,@浅墨_毛星云 4,聊聊引擎底层如何实现BRDF渲染算法

  3. pyhon的yileld的一点笔记

    yield感觉很神秘,感觉也不好理解,学习pyhon最后终归是要学习这个东西,研究了一段时间,把自己的笔记写下来 说简单点就是遇到yield就停止往下执行代码,也包括不执行yield这条语句,然后返回 ...

  4. Redis系列十:缓存雪崩、缓存穿透、缓存预热、缓存更新、缓存降级

    一.缓存雪崩 缓存雪崩我们可以简单的理解为:由于原有缓存失效,新缓存未到期间(例如:我们设置缓存时采用了相同的过期时间,在同一时刻出现大面积的缓存过期),所有原本应该访问缓存的请求都去查询数据库了,而 ...

  5. CCNA学习视频

    CCNA:链接:https://pan.baidu.com/s/1aiZC4pbYIu9qJSWcVfKwWw 提取码请私信楼主

  6. 项目(一)ftp搭建

    FTP服务 FTP两种模式: 主动模式服务器向客户端敲门,然后客户端开门 被动模式客户端向服务器敲门,然后服务器开门 传输模式:可以是文本模式,也可以是二进制模式,二进制模式更适合传输图片等非文本字符 ...

  7. 9. maps

    C++有vertor,java有HashMap,C语言想使用则需要自行封装,不同的类型还需要再封装,特别麻烦. 看看Go语言的map的使用方法:var member map[string]int,创建 ...

  8. IDEA添加项目依赖(将Tomcat中的servlet-api.jar添加到项目中去)

    File -> project structure -> Modules -> 右侧Dependencies -> 然后点加号把配置好的Tomcat的依赖包加进去

  9. 小强学渲染之Unity Shader边缘描边加强

    项目开发遇到一个需求,就是当坦克的准心瞄准敌方(enemy tank 或 item box)时,要让选中的对象的轮廓高亮起来,这实际上是接下来要讲解的实时渲染中轮廓线的渲染应用.实现方式有多种,下面逐 ...

  10. PowerScript表达式

    运算符 算术运算符 双目运算符 运算符 名称 示例 说明 ^ 乘方 3^2   + 加 i_age+1   - 减 i_age - 1   * 乘 l_w*3   / 除 i_w/3   = 赋值 i ...