2023.01.13 Product polish based on feedback

  • Service maps: filter "generic" inferred links like "GET *" when we have explicit links
  • Service maps: Sidebar now has tooltips
  • Service maps: Fix icons in the outgoing tab
  • Service maps: Fix bug where request counts were incorrect in the sidebar
  • Codebase Map Usability: Ctrl/Cmd+Enter should submit everywhere
  • Codebase Map Usability: Fix bug where comment icon appears when selecting a hidden node in file browser
  • CodeSee trace-datadog-rum makes less error logging
  • Triggers: improved styling of triggers page
  • Triggers: UI for saving triggers now matches UI for editing triggers
added

2023.01.10 Code Automations gets suped up!

  • Function level triggers. You can match against file contents so don't touch this function or don't call this endpoint or don't call this table because it's got PII. The possibilities are endless.
  • You can now easily duplicate a code automation trigger
  • Better handling of icons in service maps
  • Performance and usability improvements: we don't re-render the service maps diagram
added

2023.01.09 New week new services

  • Fixing the labels on codebase maps
  • Handle spring-webmvc traces for Java
  • Correct behavior for redis-connect so it doesn’t create empty endpoints
  • Handle Document Loading spans for javascript
  • Scaling improvements for enterprises
improved

2023.01.06 Java getting served up

  • Improved support for Tomcat, Jaxrs, and Spring via OpenTelemetry for service maps
added

2023.01.05 Automations and Services

  • Adding more than N files as a condition to code automations
  • Fuzzy Match in service maps
  • Serve Map link improvements
  • Redis, SQS, Lamba call UI improvements
  • Group adornments should share capacity
  • Owner of billing account should see read only version of service maps
  • A bug fix to recognize more repos as Python repos, so they get analyzed for Python dependencies
improved

2023.01.04 Service Map UI/UX Improvement

  • Service Maps - Show details for outgoing calls
  • Service Maps - Fixed bug with icon disappearing
  • Service Maps - Resource panel for a service
  • Service Maps - Colors for incoming/outgoing link
improved

2022.12.28 Service Maps Sidepanel Improvements

  • Updates to the Service Map side panel
    • Format requests in the incoming tab
    • Group requests in outgoing tab
    • Request details in subpanel update
  • Read only version of the sidebar
  • In Service Maps, you can group services by custom categories
  • Code Automations: Improved formatting of checklists when posted in GitHub
added

2022.12.21 New Datadog Support!

  • We've release support for newest versions of the datadog dd-trace package
  • Improved our handling of super long sql queries
improved

2022.12.20 OTel Improvements contd.

  • This work improves our ability to understand a variety of spans we receive via OpenTelemetry
  • A few specific OpenTelemetry improvements:
    • FSOperation changes
    • Log a surprising span improvements
    • Don't infer a service when status code:0
    • http.request improvement so inferred services aren't orphaned
    • wrap client fetch spans
    • use scope data to pick the right type of wrapped span
  • Services can be organized into categories

2022.12.15 So fresh and so clean clean

  • The app now uses a new typeface! So fresh
  • The list of featured Codebase Maps has been truncated
  • The service information panel has been redesigned
  • We’ve started to work on service categorization
  • All the incoming connections to services are now displayed in the sidebar
  • Fixed: Insights appear to be failing when attempting to fetch
  • We now identify express as a service type for opentelemetry
  • Redis now is identified correctly for opentelemetry
  • Starting to handle incoming http requests for opentelemetry