Skip to content

v1.34.1

Latest

Choose a tag to compare

@jingjingjia-ms jingjingjia-ms released this 09 Jul 19:52
9f9cfb3

Added

Changed

  • Reduced the aggressiveness of namespace segment and type name shortening by raising the length threshold to 200 characters, so only names longer than 200 characters are truncated (to a 191-character prefix plus an underscore and 8-character hash). The threshold stays well below the 255 file-system per-component limit to leave room for extensions and language-specific suffixes appended by path segmenters and compilers (e.g. Java nested-class .class files and the extra underscores Python adds when converting names to snake_case).