Skip to main content

Introducing the plugin store

6 min read
Creator of Spider

Spider Plugin framework has been introduced in the beginning of year 2021.
This great feature enables to extend Spider by integrating business information into the technical data captured by Spider.

However great the feature is, it is not finished, and to make plugins available to Spider, you needed to have your own webserver and expose the files yourselves.

Spider now introduces its own Plugins Store, that allows users to upload plugins and make them available for everybody!

Shutdown delay

3 min read
Creator of Spider

I introduced a shutdown delay on all microservices to postpone their shutdown.
Kubernetes control plane need this time to update the Load Balancer to tell it that the services get unreachable.

Badges for user, team and whisperers

2 min read
Creator of Spider

With Spider scaling with many teams and whisperers, it became easy to get lost on what team or whisperer was currently selected.
Trainings have revealed that something was missing!

I had the idea to integrate 'selected' badges left to filter badges!

Filter headers after parsing

One min read
Creator of Spider

Filtering headers is now done once parsing is finished, thus allowing to:

  • Extract identification
  • Extract templates and tags

And then, remove unwanted headers, such as... authorization passwords ;-)
So, you still know who called, but you're not disclosing its own password.

Neat, isn't it?!